Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of Nucleo_BLE_BlueNRG by
Revision 3:104f1bba39ca, committed 2016-01-03
- 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