Skip to content

Commit ea3e9ae

Browse files
committed
fixup! Add enum for Inspect 0x09 payload
1 parent 291b0d1 commit ea3e9ae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/debug/WARDuino.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export namespace WARDuino {
2222
stack = '08',
2323
callbacks = '09',
2424
events = '0a',
25-
io = '0a'
25+
io = '0b'
2626
}
2727

2828
export enum Interrupt {
@@ -85,5 +85,6 @@ export namespace WARDuino {
8585
br_table?: BRTable;
8686
callbacks?: CallbackMapping[];
8787
events?: InterruptEvent[];
88+
io?: string[];
8889
}
8990
}

0 commit comments

Comments
 (0)