ESP32 compile fix

This commit is contained in:
folkert van heusden 2024-05-05 01:19:54 +02:00
parent 494f02ecd4
commit dba78afc06
Signed by untrusted user who does not match committer: folkert
GPG key ID: 6B6455EDFEED3BD1

View file

@ -368,7 +368,7 @@ void setup() {
void loop()
{
debugger(cnsl, b, &stop_event, false);
debugger(cnsl, b, &stop_event);
c->reset();
}