Skip to content

Commit e504b10

Browse files
author
Eric Jennings
committed
Rename scout.otaboot to scout.boot
1 parent 5127432 commit e504b10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Shell.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ void PinoccioShell::setup() {
7373
addBitlashFunction("scout.isleadscout", (bitlash_function) isScoutLeadScout);
7474
addBitlashFunction("scout.sethqtoken", (bitlash_function) setHQToken);
7575
addBitlashFunction("scout.gethqtoken", (bitlash_function) getHQToken);
76-
addBitlashFunction("scout.otaboot", (bitlash_function) otaBoot);
76+
addBitlashFunction("scout.boot", (bitlash_function) wdtBoot);
7777

7878
addBitlashFunction("events.start", (bitlash_function) startStateChangeEvents);
7979
addBitlashFunction("events.stop", (bitlash_function) stopStateChangeEvents);
@@ -559,7 +559,7 @@ static numvar getHQToken(void) {
559559
speol();
560560
}
561561

562-
static numvar otaBoot(void) {
562+
static numvar wdtBoot(void) {
563563
cli();
564564
wdt_enable(WDTO_15MS);
565565
while(1);

0 commit comments

Comments
 (0)