BLE UART example

Fork of Nucleo_BLE_BlueNRG by ST Americas mbed Team

Files at this revision

API Documentation at this revision

Comitter:
sjallouli
Date:
Sun Jan 03 16:05:38 2016 +0000
Parent:
2:905715088a9b
Commit message:
test

Changed in this revision

utils/inc/Utils.h Show annotated file Show diff for this revision Revisions of this file
--- a/utils/inc/Utils.h	Wed Dec 24 18:01:41 2014 +0000
+++ b/utils/inc/Utils.h	Sun Jan 03 16:05:38 2016 +0000
@@ -26,7 +26,6 @@
                             * 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