There was an error while loading. Please reload this page.
Inspect 0x09
1 parent 291b0d1 commit ea3e9aeCopy full SHA for ea3e9ae
1 file changed
src/debug/WARDuino.ts
@@ -22,7 +22,7 @@ export namespace WARDuino {
22
stack = '08',
23
callbacks = '09',
24
events = '0a',
25
- io = '0a'
+ io = '0b'
26
}
27
28
export enum Interrupt {
@@ -85,5 +85,6 @@ export namespace WARDuino {
85
br_table?: BRTable;
86
callbacks?: CallbackMapping[];
87
events?: InterruptEvent[];
88
+ io?: string[];
89
90
0 commit comments