diff options
Diffstat (limited to 'demo/src')
| -rw-r--r-- | demo/src/execute.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demo/src/execute.ts b/demo/src/execute.ts index 40cc996..3a065d1 100644 --- a/demo/src/execute.ts +++ b/demo/src/execute.ts @@ -54,6 +54,7 @@ export class AVRRunner { this.timer1.tick(); this.timer2.tick(); this.usart.tick(); + this.cpu.tick(); } callback(this.cpu); |
