mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-22 08:22:04 +03:00
Bugfix on Test Report 12.01.2012
This commit is contained in:
@ -32,9 +32,13 @@ printk("I-[%s] " msg , __func__ , ##args ); \
|
||||
#define INFO(msg, args...) do {} while (0)
|
||||
#endif /* !defined(_DEBUG_) */
|
||||
|
||||
#if 1
|
||||
#define WARN(msg, args...) do { \
|
||||
printk("W-[%s] " msg , __func__ , ##args ); \
|
||||
} while (0)
|
||||
#else
|
||||
#define WARN(msg, args...) do { } while (0)
|
||||
#endif
|
||||
|
||||
extern void dump(char* _buf, uint16_t _count);
|
||||
|
||||
|
Reference in New Issue
Block a user