File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ void PinoccioShell::setup() {
73
73
addBitlashFunction (" scout.isleadscout" , (bitlash_function) isScoutLeadScout);
74
74
addBitlashFunction (" scout.sethqtoken" , (bitlash_function) setHQToken);
75
75
addBitlashFunction (" scout.gethqtoken" , (bitlash_function) getHQToken);
76
- addBitlashFunction (" scout.otaboot " , (bitlash_function) otaBoot );
76
+ addBitlashFunction (" scout.boot " , (bitlash_function) wdtBoot );
77
77
78
78
addBitlashFunction (" events.start" , (bitlash_function) startStateChangeEvents);
79
79
addBitlashFunction (" events.stop" , (bitlash_function) stopStateChangeEvents);
@@ -559,7 +559,7 @@ static numvar getHQToken(void) {
559
559
speol ();
560
560
}
561
561
562
- static numvar otaBoot (void ) {
562
+ static numvar wdtBoot (void ) {
563
563
cli ();
564
564
wdt_enable (WDTO_15MS);
565
565
while (1 );
You can’t perform that action at this time.
0 commit comments