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 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
Generated on Tue Jul 12 2022 16:24:20 by
1.7.2
