HW layer for the Nucleo board, it only work with old BLE_API

Dependents:   Hello_BLE F446RE-BLE

Fork of X_NUCLEO_IDB0XA1 by ST

Revision:
17:63059fcb8db2
Parent:
16:8aeb0c44869b
Child:
46:01f97cfcc109
--- a/utils/inc/Utils.h	Thu Aug 07 09:33:27 2014 +0000
+++ b/utils/inc/Utils.h	Thu Aug 07 13:41:25 2014 +0000
@@ -26,6 +26,7 @@
                                * it will have an impact on code-size and power consumption. */
  
 #if NEED_CONSOLE_OUTPUT
+//Serial usb(USBTX, USBRX); // tx, rx
 extern Serial  pc;
 #define DEBUG(...) { pc.printf(__VA_ARGS__); }
 #else