adaptation for bkap

Fork of X_NUCLEO_IDB0XA1 by ST

Revision:
308:36435ab0e5b2
Parent:
296:c52d3a301449
--- a/x-nucleo-idb0xa1/bluenrg-hci/ble_debug.h	Fri Sep 16 12:03:25 2016 +0200
+++ b/x-nucleo-idb0xa1/bluenrg-hci/ble_debug.h	Mon May 14 12:32:41 2018 +0000
@@ -48,6 +48,7 @@
 
 /* Exported macro ------------------------------------------------------------*/
 //#define DEBUG
+#define DEBUG       // HD
 #ifdef DEBUG
 #include <stdio.h>
 #define PRINTF(...) printf(__VA_ARGS__)