From c792b8c5938bc6331dc4869c6c51dc01cde75641 Mon Sep 17 00:00:00 2001 From: Uri Shaked Date: Mon, 27 Apr 2020 21:59:13 +0300 Subject: style: reformat code with prettier 2.x prettier rules have changed since we upgraded to 2.x --- src/peripherals/timer.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/peripherals/timer.spec.ts') diff --git a/src/peripherals/timer.spec.ts b/src/peripherals/timer.spec.ts index 472dfac..5a62246 100644 --- a/src/peripherals/timer.spec.ts +++ b/src/peripherals/timer.spec.ts @@ -214,7 +214,7 @@ describe('timer', () => { 'LDI r16, 0x30', // TCNT <- 0x30 'OUT 0x26, r16', 'NOP', - 'IN r17, 0x26' // r17 <- TCNT + 'IN r17, 0x26', // r17 <- TCNT ]; loadProgram(...program); const timer = new AVRTimer(cpu, timer0Config); -- cgit v1.2.3