Ethernet+BLE prototype

Dependencies:   mbed EthernetInterface mbed-rtos

Revision:
0:da21a9dd2303
Child:
2:23966fe302b4
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/include/log.h	Tue Feb 18 11:34:08 2014 +0000
@@ -0,0 +1,10 @@
+#ifndef __LOG_H__
+#define __LOG_H__
+
+#define DEBUG_LOG  debug_log
+#define INFO_LOG   printf
+#define ERROR_LOG  printf
+
+int debug_log(char* format, ...);
+
+#endif /* __LOG_H__ */
\ No newline at end of file