From 69589b07e47219b7673dc9919fb6fa3fcd0c4d54 Mon Sep 17 00:00:00 2001 From: Uri Shaked Date: Sat, 14 Feb 2026 19:25:24 +0200 Subject: style: organize imports Also remove unused eslint-disable directives --- demo/src/execute.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'demo/src/execute.ts') 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'; -- cgit v1.2.3