modify fs nr_bit_block

This commit is contained in:
lr
2024-05-16 14:55:16 +08:00
parent a66d833cea
commit f81a16a041
4 changed files with 4 additions and 8 deletions

View File

@@ -154,10 +154,6 @@
} \
} while(0)
// ((s16_t)((debug_flag) & LWIP_DBG_MASK_LEVEL) >= LWIP_DBG_MIN_LEVEL)) { \
// #define LWIP_DEBUGF(debug, message) do { \
// LWIP_PLATFORM_DIAG(message); \
// } while(0)
#else /* LWIP_DEBUG */
#define LWIP_DEBUGF(debug, message)
#endif /* LWIP_DEBUG */