From a0514bb7ee66a41d00bd94ff908ac8a1b2ed553f Mon Sep 17 00:00:00 2001 From: Frank <91616163+softhack007@users.noreply.github.com> Date: Fri, 17 May 2024 21:40:59 +0200 Subject: [PATCH] fix compiler warning --- wled00/bus_manager.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/wled00/bus_manager.cpp b/wled00/bus_manager.cpp index 93ff1564..fff5ecb3 100644 --- a/wled00/bus_manager.cpp +++ b/wled00/bus_manager.cpp @@ -41,10 +41,10 @@ uint8_t realtimeBroadcast(uint8_t type, IPAddress client, uint16_t length, byte #endif #else // un-define USER_PRINT macros from bus_wrapper.h - #undef DEBUG_PRINT - #undef DEBUG_PRINTF - #undef DEBUG_PRINTLN - #undef DEBUG_FLUSH + #undef USER_PRINT + #undef USER_PRINTF + #undef USER_PRINTLN + #undef USER_FLUSH // WLEDMM use wled.h #include "wled.h" #endif