Add gamepad_singleto to root pointers for the nrf port
This commit is contained in:
parent
b219ce6d37
commit
d02899f822
@ -323,6 +323,7 @@ extern const struct _mp_obj_module_t ble_module;
|
|||||||
struct _music_data_t *music_data; \
|
struct _music_data_t *music_data; \
|
||||||
const struct _pwm_events *pwm_active_events; \
|
const struct _pwm_events *pwm_active_events; \
|
||||||
const struct _pwm_events *pwm_pending_events; \
|
const struct _pwm_events *pwm_pending_events; \
|
||||||
|
mp_obj_t gamepad_singleton; \
|
||||||
|
|
||||||
#define MP_PLAT_PRINT_STRN(str, len) mp_hal_stdout_tx_strn_cooked(str, len)
|
#define MP_PLAT_PRINT_STRN(str, len) mp_hal_stdout_tx_strn_cooked(str, len)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user