diff options
| author | Uri Shaked | 2025-02-11 10:31:57 +0200 |
|---|---|---|
| committer | Uri Shaked | 2025-02-11 10:31:57 +0200 |
| commit | 9ce22e49cf1110d0a8c1943877dc32e6568354cc (patch) | |
| tree | 6ad61569ee9a311b5ca8f330948b2136b2c04ed5 /src/peripherals/eeprom.ts | |
| parent | chore: replace ts-node with tsx (diff) | |
| download | avr8js-9ce22e49cf1110d0a8c1943877dc32e6568354cc.tar.gz avr8js-9ce22e49cf1110d0a8c1943877dc32e6568354cc.tar.bz2 avr8js-9ce22e49cf1110d0a8c1943877dc32e6568354cc.zip | |
chore(deps): upgrade prettier
reformat all code with the new prettier version
Diffstat (limited to 'src/peripherals/eeprom.ts')
| -rw-r--r-- | src/peripherals/eeprom.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peripherals/eeprom.ts b/src/peripherals/eeprom.ts index 045ffe8..98c2cc6 100644 --- a/src/peripherals/eeprom.ts +++ b/src/peripherals/eeprom.ts @@ -85,7 +85,7 @@ export class AVREEPROM { constructor( private cpu: CPU, private backend: EEPROMBackend, - private config: AVREEPROMConfig = eepromConfig + private config: AVREEPROMConfig = eepromConfig, ) { this.cpu.writeHooks[this.config.EECR] = (eecr) => { const { EEARH, EEARL, EECR, EEDR } = this.config; |
