From 1d1130ac940b0eec228438a8a192b35dfb7d9b6e Mon Sep 17 00:00:00 2001 From: fvanroie <15969459+fvanroie@users.noreply.github.com> Date: Sat, 1 May 2021 03:46:39 +0200 Subject: [PATCH] Fix compile warning: statement is a reference, not call, to function 'debug_flush' --- src/hasp_debug.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hasp_debug.cpp b/src/hasp_debug.cpp index 1b66d16f..f75a88c0 100644 --- a/src/hasp_debug.cpp +++ b/src/hasp_debug.cpp @@ -123,7 +123,7 @@ void debugStart() #endif if(debugSerialStarted) { - debug_flush; + debug_flush(); // Serial.println(); // Serial.println(debugHaspHeader());