diff options
| author | Apexo | 2026-03-29 11:29:23 +0200 |
|---|---|---|
| committer | Apexo | 2026-03-29 11:29:29 +0200 |
| commit | 3e557eb872547c944430e77054643edc9d3582bb (patch) | |
| tree | 78ef4505e248d3cc708477c2be1dc357f63a55c5 /src/peripherals/avrdx-wdt.ts | |
| parent | fix comments (diff) | |
| download | anduril-sim-3e557eb872547c944430e77054643edc9d3582bb.tar.gz anduril-sim-3e557eb872547c944430e77054643edc9d3582bb.tar.bz2 anduril-sim-3e557eb872547c944430e77054643edc9d3582bb.zip | |
unify import stlyle
Diffstat (limited to 'src/peripherals/avrdx-wdt.ts')
| -rw-r--r-- | src/peripherals/avrdx-wdt.ts | 2 |
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; |
