Fixed debug printf warnings in BACnet/SC modules. (#963)

This commit is contained in:
Ryan Mulder
2025-04-10 12:27:13 -04:00
committed by GitHub
parent 3621b3f424
commit 5022976cf9
15 changed files with 15 additions and 0 deletions
+1
View File
@@ -17,6 +17,7 @@
#define DEBUG_WEBSOCKET_CLIENT 0
#undef DEBUG_PRINTF
#if DEBUG_WEBSOCKET_CLIENT == 1
#define DEBUG_PRINTF debug_printf
#else