fix MSVC build (nw)

This commit is contained in:
smf- 2017-07-12 16:22:29 +01:00
parent dfad4902f4
commit c35001445f

View File

@ -40,7 +40,7 @@
#define LOG_INTERRUPT(...)
#define LOG_TIMER(timer, ...)
#define LOG_HWINT(interrupt, ...)
#define LOG_DMA(channel, ...)
#define LOG_DMA(channel, ...) do {} while(0)
#define LOG_DMA_SERIAL(channel, ...)
#define LOG_ETH(...)
#endif