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.
Dependents: Nucleo_BLE_Demo Nucleo_BLE_Demo
Fork of Nucleo_BLE_BlueNRG by
debug.h
00001 /****************************************************************************** 00002 * Includes 00003 *****************************************************************************/ 00004 #include <string.h> 00005 00006 //#define DEBUG 00007 00008 #ifdef DEBUG 00009 #include <stdio.h> 00010 #define PRINTF(...) printf(__VA_ARGS__) 00011 #else 00012 #define PRINTF(...) 00013 #endif 00014
Generated on Sat Jul 16 2022 01:53:16 by
 1.7.2
 1.7.2 
    