summaryrefslogtreecommitdiff
path: root/src/peripherals/avrdx-rstctrl.ts
diff options
context:
space:
mode:
authorApexo2026-03-29 11:29:23 +0200
committerApexo2026-03-29 11:29:29 +0200
commit3e557eb872547c944430e77054643edc9d3582bb (patch)
tree78ef4505e248d3cc708477c2be1dc357f63a55c5 /src/peripherals/avrdx-rstctrl.ts
parentfix comments (diff)
downloadanduril-sim-3e557eb872547c944430e77054643edc9d3582bb.tar.gz
anduril-sim-3e557eb872547c944430e77054643edc9d3582bb.tar.bz2
anduril-sim-3e557eb872547c944430e77054643edc9d3582bb.zip
unify import stlyle
Diffstat (limited to 'src/peripherals/avrdx-rstctrl.ts')
-rw-r--r--src/peripherals/avrdx-rstctrl.ts4
1 files changed, 2 insertions, 2 deletions
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;