diff options
| author | Uri Shaked | 2020-08-22 15:47:35 +0300 |
|---|---|---|
| committer | Uri Shaked | 2020-08-22 15:47:35 +0300 |
| commit | 13ad0f50aac91b65e999c60811f312646dd3d380 (patch) | |
| tree | 421d19bc70aca1e1a3314206dc9540071053a5da /src/peripherals/eeprom.spec.ts | |
| parent | ci: setup codeql analysis (diff) | |
| download | avr8js-13ad0f50aac91b65e999c60811f312646dd3d380.tar.gz avr8js-13ad0f50aac91b65e999c60811f312646dd3d380.tar.bz2 avr8js-13ad0f50aac91b65e999c60811f312646dd3d380.zip | |
test(eeprom): remove useless line
Diffstat (limited to '')
| -rw-r--r-- | src/peripherals/eeprom.spec.ts | 1 |
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} |
