We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f38f13 commit 00a691fCopy full SHA for 00a691f
src/peripherals/timer.spec.ts
@@ -982,7 +982,7 @@ describe('timer', () => {
982
expect(cpu.dataView.getUint16(TCNT1, true)).toEqual(0x2234); // TCNT1 should increment
983
});
984
985
- it('should set OCF0A flag when timer equals OCRA (16 bit mode)', () => {
+ it('should set OCF1A flag when timer equals OCRA (16 bit mode)', () => {
986
const cpu = new CPU(new Uint16Array(0x1000));
987
new AVRTimer(cpu, timer1Config);
988
cpu.writeData(TCNT1H, 0x10); // TCNT1 <- 0x10ee
0 commit comments