From 3e557eb872547c944430e77054643edc9d3582bb Mon Sep 17 00:00:00 2001 From: Apexo Date: Sun, 29 Mar 2026 11:29:23 +0200 Subject: unify import stlyle --- src/peripherals/avrdx-rstctrl.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/peripherals/avrdx-rstctrl.ts') diff --git a/src/peripherals/avrdx-rstctrl.ts b/src/peripherals/avrdx-rstctrl.ts index ce02552..7c1c160 100644 --- a/src/peripherals/avrdx-rstctrl.ts +++ b/src/peripherals/avrdx-rstctrl.ts @@ -1,8 +1,8 @@ // AVR-Dx RSTCTRL - Reset Controller // Handles software reset and reset flags. -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 RSTFR = 0; const SWRR = 1; -- cgit v1.2.3