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.
Dependents: SimpleBLE-ObCP_ENSMM_V2019_Test_BLE_S SimpleBLE-ObCp_test-BLE_envoi SimpleBLE-ObCp_test-BLE Roller_catcher_Envoi ... more
Revision 248:920ecc2451b5, committed 2016-06-21
- 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