Ethernet+BLE prototype
Dependencies: mbed EthernetInterface mbed-rtos
Diff: include/log.h
- Revision:
- 3:d9445b9e7163
- Parent:
- 2:23966fe302b4
--- a/include/log.h Wed Mar 12 09:46:42 2014 +0000 +++ b/include/log.h Thu Mar 27 10:17:11 2014 +0000 @@ -1,6 +1,7 @@ #ifndef __LOG_H__ #define __LOG_H__ +#include <stdio.h> #define INFO_LOG printf #define ERROR_LOG printf