Skip to content

Commit 308a9fd

Browse files
committed
fixed compile error for Shell class
looks like otaBoot was renamed to wdtBoot, changed header to match new name
1 parent e504b10 commit 308a9fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Shell.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ static numvar scoutReport(void);
9696
static numvar isScoutLeadScout(void);
9797
static numvar setHQToken(void);
9898
static numvar getHQToken(void);
99-
static numvar otaBoot(void);
99+
static numvar wdtBoot(void);
100100

101101
static numvar startStateChangeEvents(void);
102102
static numvar stopStateChangeEvents(void);

0 commit comments

Comments
 (0)