Skip to content

Commit a0514bb

Browse files
authored
fix compiler warning
1 parent 0c74504 commit a0514bb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

wled00/bus_manager.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ uint8_t realtimeBroadcast(uint8_t type, IPAddress client, uint16_t length, byte
4141
#endif
4242
#else
4343
// un-define USER_PRINT macros from bus_wrapper.h
44-
#undef DEBUG_PRINT
45-
#undef DEBUG_PRINTF
46-
#undef DEBUG_PRINTLN
47-
#undef DEBUG_FLUSH
44+
#undef USER_PRINT
45+
#undef USER_PRINTF
46+
#undef USER_PRINTLN
47+
#undef USER_FLUSH
4848
// WLEDMM use wled.h
4949
#include "wled.h"
5050
#endif

0 commit comments

Comments
 (0)