test

Dependents:   BLE_HeartRate_IDB0XA1_EPUDEE_Avril2018

Fork of X_NUCLEO_IDB0XA1 by ST

Files at this revision

API Documentation at this revision

Comitter:
DomCer
Date:
Thu Apr 19 12:00:22 2018 +0000
Parent:
307:fa98703ece8e
Commit message:
test

Changed in this revision

x-nucleo-idb0xa1/bluenrg-hci/ble_debug.h Show annotated file Show diff for this revision Revisions of this file
x-nucleo-idb0xa1/x_nucleo_idb0xa1_targets.h Show annotated file Show diff for this revision Revisions of this file
diff -r fa98703ece8e -r c782053df706 x-nucleo-idb0xa1/bluenrg-hci/ble_debug.h
--- 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	Thu Apr 19 12:00:22 2018 +0000
@@ -48,12 +48,12 @@
 
 /* Exported macro ------------------------------------------------------------*/
 //#define DEBUG
-#ifdef DEBUG
+//#ifdef DEBUG
 #include <stdio.h>
 #define PRINTF(...) printf(__VA_ARGS__)
-#else
-#define PRINTF(...)
-#endif
+//#else
+//#define PRINTF(...)
+//#endif
 
 /* Print the data travelling over the SPI in the .csv format for the GUI*/
 //#define PRINT_CSV_FORMAT
diff -r fa98703ece8e -r c782053df706 x-nucleo-idb0xa1/x_nucleo_idb0xa1_targets.h
--- a/x-nucleo-idb0xa1/x_nucleo_idb0xa1_targets.h	Fri Sep 16 12:03:25 2016 +0200
+++ b/x-nucleo-idb0xa1/x_nucleo_idb0xa1_targets.h	Thu Apr 19 12:00:22 2018 +0000
@@ -56,11 +56,11 @@
 	 Expansion boards modified in this way allow to be used on almost
 	 any Arduino-compliant base board.
 */
-#if defined(IDB0XA1_D13_PATCH)
+//#if defined(IDB0XA1_D13_PATCH)
 #define IDB0XA1_PIN_SPI_SCK    (D13)
-#else // !defined(IDB0XA1_D13_PATCH)
-#define IDB0XA1_PIN_SPI_SCK    (D3)
-#endif // !defined(IDB0XA1_D13_PATCH)
+//#else // !defined(IDB0XA1_D13_PATCH)
+//#define IDB0XA1_PIN_SPI_SCK    (D3)
+//#endif // !defined(IDB0XA1_D13_PATCH)
 
 /* NOTE: Stack Mode 0x04 allows Simultaneous Scanning and Advertisement (SSAdv)
          Define macro 'SSADV' to enable it