Skip to content

Commit d02899f

Browse files
committed
Add gamepad_singleto to root pointers for the nrf port
1 parent b219ce6 commit d02899f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ports/nrf/mpconfigport.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,7 @@ extern const struct _mp_obj_module_t ble_module;
323323
struct _music_data_t *music_data; \
324324
const struct _pwm_events *pwm_active_events; \
325325
const struct _pwm_events *pwm_pending_events; \
326+
mp_obj_t gamepad_singleton; \
326327

327328
#define MP_PLAT_PRINT_STRN(str, len) mp_hal_stdout_tx_strn_cooked(str, len)
328329

0 commit comments

Comments
 (0)