From 158116ad19455135b59929f4cdb569e55947ebbb Mon Sep 17 00:00:00 2001 From: Apexo Date: Sun, 29 Mar 2026 11:29:01 +0200 Subject: cleanup exports --- src/peripherals/avrdx-rtc-pit.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/peripherals/avrdx-rtc-pit.ts') diff --git a/src/peripherals/avrdx-rtc-pit.ts b/src/peripherals/avrdx-rtc-pit.ts index 101f265..15feed0 100644 --- a/src/peripherals/avrdx-rtc-pit.ts +++ b/src/peripherals/avrdx-rtc-pit.ts @@ -16,7 +16,7 @@ const PERIOD_gm = 0x78; // bits [6:3] // PIT period to number of 32768Hz clock cycles // PERIOD field is bits [6:3] of CTRLA -export const PERIOD_CYCLES = [ +const PERIOD_CYCLES = [ 0, // 0x00: OFF 4, // 0x01: CYC4 8, // 0x02: CYC8 -- cgit v1.2.3