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/timer.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/peripherals/timer.ts') diff --git a/src/peripherals/timer.ts b/src/peripherals/timer.ts index 93b9d19..dfbba35 100644 --- a/src/peripherals/timer.ts +++ b/src/peripherals/timer.ts @@ -342,7 +342,10 @@ export class AVRTimer { enableMask: this.config.OCIEC, }; - constructor(private cpu: CPU, private config: AVRTimerConfig) { + constructor( + private cpu: CPU, + private config: AVRTimerConfig, + ) { this.updateWGMConfig(); this.cpu.readHooks[config.TCNT] = (addr: u8) => { this.count(false); -- cgit v1.2.3