aboutsummaryrefslogtreecommitdiff
path: root/src/peripherals
diff options
context:
space:
mode:
authorUri Shaked2020-08-22 15:47:35 +0300
committerUri Shaked2020-08-22 15:47:35 +0300
commit13ad0f50aac91b65e999c60811f312646dd3d380 (patch)
tree421d19bc70aca1e1a3314206dc9540071053a5da /src/peripherals
parentci: setup codeql analysis (diff)
downloadavr8js-13ad0f50aac91b65e999c60811f312646dd3d380.tar.gz
avr8js-13ad0f50aac91b65e999c60811f312646dd3d380.tar.bz2
avr8js-13ad0f50aac91b65e999c60811f312646dd3d380.zip
test(eeprom): remove useless line
Diffstat (limited to 'src/peripherals')
-rw-r--r--src/peripherals/eeprom.spec.ts1
1 files changed, 0 insertions, 1 deletions
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}