ESP32 compile fix
This commit is contained in:
parent
494f02ecd4
commit
dba78afc06
1 changed files with 1 additions and 1 deletions
|
@ -368,7 +368,7 @@ void setup() {
|
||||||
|
|
||||||
void loop()
|
void loop()
|
||||||
{
|
{
|
||||||
debugger(cnsl, b, &stop_event, false);
|
debugger(cnsl, b, &stop_event);
|
||||||
|
|
||||||
c->reset();
|
c->reset();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue