diff options
Diffstat (limited to '')
| -rw-r--r-- | src/peripherals/avrdx-clkctrl.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/peripherals/avrdx-clkctrl.ts b/src/peripherals/avrdx-clkctrl.ts index 91d081b..65721b6 100644 --- a/src/peripherals/avrdx-clkctrl.ts +++ b/src/peripherals/avrdx-clkctrl.ts @@ -1,8 +1,8 @@ // AVR-Dx CLKCTRL peripheral // Clock controller with CCP-protected writes. -import { type CPU } from 'avr8js/cpu/cpu'; -import { type AVRDxCCP } from './avrdx-ccp'; +import type { CPU } from 'avr8js/cpu/cpu'; +import type { AVRDxCCP } from './avrdx-ccp'; const MCLKCTRLA = 0x00; const MCLKCTRLB = 0x01; |
