From 9ce22e49cf1110d0a8c1943877dc32e6568354cc Mon Sep 17 00:00:00 2001 From: Uri Shaked Date: Tue, 11 Feb 2025 10:31:57 +0200 Subject: chore(deps): upgrade prettier reformat all code with the new prettier version --- src/peripherals/twi.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/peripherals/twi.ts') diff --git a/src/peripherals/twi.ts b/src/peripherals/twi.ts index 9af1749..3d0275c 100644 --- a/src/peripherals/twi.ts +++ b/src/peripherals/twi.ts @@ -105,7 +105,11 @@ export class AVRTWI { enableMask: TWCR_TWIE, }; - constructor(private cpu: CPU, private config: TWIConfig, private freqHz: number) { + constructor( + private cpu: CPU, + private config: TWIConfig, + private freqHz: number, + ) { this.updateStatus(STATUS_TWI_IDLE); this.cpu.writeHooks[config.TWCR] = (value) => { this.cpu.data[config.TWCR] = value; -- cgit v1.2.3