aboutsummaryrefslogtreecommitdiff
path: root/demo/src
diff options
context:
space:
mode:
authorUri Shaked2020-12-09 00:51:13 +0200
committerUri Shaked2020-12-09 00:51:58 +0200
commit36c4134a26063248a2ef47f5ac8defe50d9476b1 (patch)
tree44433290b0d684768216b33550a7af9a6fb4235f /demo/src
parenttest(cpu): improve test name (diff)
downloadavr8js-36c4134a26063248a2ef47f5ac8defe50d9476b1.tar.gz
avr8js-36c4134a26063248a2ef47f5ac8defe50d9476b1.tar.bz2
avr8js-36c4134a26063248a2ef47f5ac8defe50d9476b1.zip
refactor: central interrupt handling #38
Diffstat (limited to '')
-rw-r--r--demo/src/execute.ts1
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);