mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-24 11:46:34 +00:00
Fix compile warning: statement is a reference, not call, to function 'debug_flush'
This commit is contained in:
parent
b3427eff6f
commit
1d1130ac94
@ -123,7 +123,7 @@ void debugStart()
|
||||
#endif
|
||||
|
||||
if(debugSerialStarted) {
|
||||
debug_flush;
|
||||
debug_flush();
|
||||
|
||||
// Serial.println();
|
||||
// Serial.println(debugHaspHeader());
|
||||
|
Loading…
x
Reference in New Issue
Block a user