diff options
Diffstat (limited to 'demo/src/execute.ts')
| -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'; |
