cassyarduino cassyarduino / UIPEthernet
Revision:
9:312e0937630f
Parent:
2:2f693560ad53
Child:
15:97bc2d681e36
--- a/utility/logging.h	Wed Dec 28 15:56:02 2016 +0000
+++ b/utility/logging.h	Thu Dec 29 10:41:59 2016 +0000
@@ -39,6 +39,7 @@
    #endif
    #if defined(__MBED__)
      #include <mbed.h>
+     #include "mbed/Print.h"
      extern Serial LogObject;
      #define uart_send_str(x) printf("%s",x)
      #define uart_send_strln(x) printf("%s\n",x)