From 13ad0f50aac91b65e999c60811f312646dd3d380 Mon Sep 17 00:00:00 2001 From: Uri Shaked Date: Sat, 22 Aug 2020 15:47:35 +0300 Subject: test(eeprom): remove useless line --- src/peripherals/eeprom.spec.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/peripherals/eeprom.spec.ts b/src/peripherals/eeprom.spec.ts index 487ce41..e7cf62e 100644 --- a/src/peripherals/eeprom.spec.ts +++ b/src/peripherals/eeprom.spec.ts @@ -199,7 +199,6 @@ describe('EEPROM', () => { // We subtract 0x20 to translate from RAM address space to I/O register space const { program, instructionCount } = asmProgram(` ; register addresses - _REPLACE TWSR, ${EECR - 0x20} _REPLACE EEARL, ${EEARL - 0x20} _REPLACE EEDR, ${EEDR - 0x20} _REPLACE EECR, ${EECR - 0x20} -- cgit v1.2.3