simulate a few more cycles
This commit is contained in:
@@ -35,7 +35,7 @@ int main(int argc, char **argv) {
|
|||||||
unsigned tickcount = 0;
|
unsigned tickcount = 0;
|
||||||
int last_led = tb->o_led;
|
int last_led = tb->o_led;
|
||||||
|
|
||||||
for(int k=0; k<(1 << 12); k++) {
|
for(int k=0; k<(1 << 14); k++) {
|
||||||
tick(++tickcount, tb, tfp);
|
tick(++tickcount, tb, tfp);
|
||||||
|
|
||||||
if (last_led != tb->o_led) {
|
if (last_led != tb->o_led) {
|
||||||
|
|||||||
Reference in New Issue
Block a user