Fork of BlueNRG library to be compatible with bluetooth demo application
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