stm32/mpconfigport.h: Remove unused root pointer for BTstack bindings.

This was a cut-and-paste error from the NimBLE bindings.
This commit is contained in:
Damien George 2020-03-26 00:52:35 +11:00
parent ad004db662
commit dbba6b05dc
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@ struct _mp_bluetooth_nimble_root_pointers_t;
#if MICROPY_BLUETOOTH_BTSTACK #if MICROPY_BLUETOOTH_BTSTACK
struct _mp_bluetooth_btstack_root_pointers_t; struct _mp_bluetooth_btstack_root_pointers_t;
#define MICROPY_PORT_ROOT_POINTER_BLUETOOTH_BTSTACK void **bluetooth_nimble_memory; struct _mp_bluetooth_btstack_root_pointers_t *bluetooth_btstack_root_pointers; #define MICROPY_PORT_ROOT_POINTER_BLUETOOTH_BTSTACK struct _mp_bluetooth_btstack_root_pointers_t *bluetooth_btstack_root_pointers;
#else #else
#define MICROPY_PORT_ROOT_POINTER_BLUETOOTH_BTSTACK #define MICROPY_PORT_ROOT_POINTER_BLUETOOTH_BTSTACK
#endif #endif