We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b219ce6 commit d02899fCopy full SHA for d02899f
ports/nrf/mpconfigport.h
@@ -323,6 +323,7 @@ extern const struct _mp_obj_module_t ble_module;
323
struct _music_data_t *music_data; \
324
const struct _pwm_events *pwm_active_events; \
325
const struct _pwm_events *pwm_pending_events; \
326
+ mp_obj_t gamepad_singleton; \
327
328
#define MP_PLAT_PRINT_STRN(str, len) mp_hal_stdout_tx_strn_cooked(str, len)
329
0 commit comments