diff options
| author | Uri Shaked | 2026-02-14 19:25:24 +0200 |
|---|---|---|
| committer | Uri Shaked | 2026-02-14 19:25:24 +0200 |
| commit | 69589b07e47219b7673dc9919fb6fa3fcd0c4d54 (patch) | |
| tree | 50d34ab39b382c50695682ddd3ea5bfc7043ea8e /demo/src/execute.ts | |
| parent | chore: update all devDependencies (diff) | |
| download | avr8js-69589b07e47219b7673dc9919fb6fa3fcd0c4d54.tar.gz avr8js-69589b07e47219b7673dc9919fb6fa3fcd0c4d54.tar.bz2 avr8js-69589b07e47219b7673dc9919fb6fa3fcd0c4d54.zip | |
style: organize imports
Also remove unused eslint-disable directives
Diffstat (limited to '')
| -rw-r--r-- | demo/src/execute.ts | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/demo/src/execute.ts b/demo/src/execute.ts index 805ce9a..49b4317 100644 --- a/demo/src/execute.ts +++ b/demo/src/execute.ts @@ -3,16 +3,16 @@ import { avrInstruction, - AVRTimer, - CPU, - timer0Config, - timer1Config, - timer2Config, AVRIOPort, + AVRTimer, AVRUSART, + CPU, portBConfig, portCConfig, portDConfig, + timer0Config, + timer1Config, + timer2Config, usart0Config, } from 'avr8js'; import { loadHex } from './intelhex'; |
