We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c3c535 commit 32c0290Copy full SHA for 32c0290
src/peripherals/timer.spec.ts
@@ -454,7 +454,6 @@ describe('timer', () => {
454
timer.tick();
455
cpu.writeData(TCCR1A, 0x3); // TCCR1A <- WGM10 | WGM11 (Fast PWM, 10-bit)
456
cpu.writeData(TCCR1B, 0x9); // TCCR1B <- WGM12 | CS10
457
- console.log(timer.CS);
458
cpu.data[0x6f] = 0x1; // TIMSK1: TOIE1
459
cpu.data[SREG] = 0x80; // SREG: I-------
460
cpu.cycles = 1;
0 commit comments