Skip to content

Commit 1d666c9

Browse files
committed
Merge pull request #15 from carledwards/shell_compile_error
fixed compile error for Shell class
2 parents e504b10 + 308a9fd commit 1d666c9

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)