Ethernet+BLE prototype
Dependencies: mbed EthernetInterface mbed-rtos
include/log.h
- Committer:
- teruo
- Date:
- 2014-03-12
- Revision:
- 2:23966fe302b4
- Parent:
- 0:da21a9dd2303
- Child:
- 3:d9445b9e7163
File content as of revision 2:23966fe302b4:
#ifndef __LOG_H__ #define __LOG_H__ #define INFO_LOG printf #define ERROR_LOG printf #ifdef _DEBUG #define DEBUG_LOG printf #else #define DEBUG_LOG(x, ...) #endif #endif /* __LOG_H__ */