Fix compile warning: statement is a reference, not call, to function 'debug_flush'

This commit is contained in:
fvanroie 2021-05-01 03:46:39 +02:00
parent b3427eff6f
commit 1d1130ac94

View File

@ -123,7 +123,7 @@ void debugStart()
#endif
if(debugSerialStarted) {
debug_flush;
debug_flush();
// Serial.println();
// Serial.println(debugHaspHeader());