My fork of X_NUCLEO_IDB0XA1

Fork of X_NUCLEO_IDB0XA1 by ST

Files at this revision

API Documentation at this revision

Comitter:
Andrea Palmieri
Date:
Tue Jun 21 10:33:21 2016 +0200
Parent:
247:932a44bdff4f
Child:
250:af83c1fe7b48
Commit message:
Disable SSADV by default

Signed-off-by: Andrea Palmieri <andrea.palmieri@st.com>

Changed in this revision

x-nucleo-idb0xa1/x_nucleo_idb0xa1_targets.h Show annotated file Show diff for this revision Revisions of this file
--- a/x-nucleo-idb0xa1/x_nucleo_idb0xa1_targets.h	Tue Jun 21 10:31:02 2016 +0200
+++ b/x-nucleo-idb0xa1/x_nucleo_idb0xa1_targets.h	Tue Jun 21 10:33:21 2016 +0200
@@ -65,7 +65,7 @@
 /* NOTE: Stack Mode 0x04 allows Simultaneous Scanning and Advertisement (SSAdv)
          Define macro 'SSADV' to enable it
 */
-#define SSADV
+//#define SSADV
 #if defined(SSADV)
 #define IDB0XA1_STACK_MODE (0x04)
 #else