Skip to content

Commit

Permalink
stm32/mpconfigport.h: Remove unused root pointer for BTstack bindings.
Browse files Browse the repository at this point in the history
This was a cut-and-paste error from the NimBLE bindings.
  • Loading branch information
dpgeorge committed Mar 26, 2020
1 parent ad004db commit dbba6b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ports/stm32/mpconfigport.h
Expand Up @@ -272,7 +272,7 @@ struct _mp_bluetooth_nimble_root_pointers_t;

#if MICROPY_BLUETOOTH_BTSTACK
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
#define MICROPY_PORT_ROOT_POINTER_BLUETOOTH_BTSTACK
#endif
Expand Down

0 comments on commit dbba6b0

Please sign in to comment.