summaryrefslogtreecommitdiff
path: root/src/peripherals/avrdx-wdt.ts
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/peripherals/avrdx-wdt.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peripherals/avrdx-wdt.ts b/src/peripherals/avrdx-wdt.ts
index 08cd308..f657fcb 100644
--- a/src/peripherals/avrdx-wdt.ts
+++ b/src/peripherals/avrdx-wdt.ts
@@ -1,7 +1,7 @@
// AVR-Dx SLPCTRL - Sleep Controller
// Handles the SLEEP instruction by fast-forwarding to the next clock event.
-import { type CPU } from 'avr8js/cpu/cpu';
+import type { CPU } from 'avr8js/cpu/cpu';
// const CTRLA = 0;
// const STATUS = 1;