From 3245a950539f49186fefedf09477f014659fadd7 Mon Sep 17 00:00:00 2001 From: Uri Shaked Date: Sun, 15 Aug 2021 19:49:16 +0300 Subject: chore(deps): prettier 2.3.2 also reformat all the code with the new version --- src/peripherals/clock.ts | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) (limited to 'src') diff --git a/src/peripherals/clock.ts b/src/peripherals/clock.ts index 1dbf4ba..d443843 100644 --- a/src/peripherals/clock.ts +++ b/src/peripherals/clock.ts @@ -20,25 +20,11 @@ export const clockConfig: AVRClockConfig = { }; const prescalers = [ - 1, - 2, - 4, - 8, - 16, - 32, - 64, - 128, - 256, + 1, 2, 4, 8, 16, 32, 64, 128, 256, // The following values are "reserved" according to the datasheet, so we measured // with a scope to figure them out (on ATmega328p) - 2, - 4, - 8, - 16, - 32, - 64, - 128, + 2, 4, 8, 16, 32, 64, 128, ]; export class AVRClock { -- cgit v1.2.3