mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-25 20:26:41 +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
|
#endif
|
||||||
|
|
||||||
if(debugSerialStarted) {
|
if(debugSerialStarted) {
|
||||||
debug_flush;
|
debug_flush();
|
||||||
|
|
||||||
// Serial.println();
|
// Serial.println();
|
||||||
// Serial.println(debugHaspHeader());
|
// Serial.println(debugHaspHeader());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user