diff options
Diffstat (limited to 'stmhal/mpconfigport.h')
-rw-r--r-- | stmhal/mpconfigport.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/mpconfigport.h b/stmhal/mpconfigport.h index 2e5d50b2a6..1c4008667d 100644 --- a/stmhal/mpconfigport.h +++ b/stmhal/mpconfigport.h @@ -133,9 +133,9 @@ extern const struct _mp_obj_module_t mp_module_network; const char *readline_hist[8]; \ \ mp_obj_t mp_const_vcp_interrupt; \ + mp_obj_t pyb_hid_report_desc; \ \ mp_obj_t pyb_config_main; \ - mp_obj_t pyb_config_usb_mode; \ \ mp_obj_t pyb_switch_callback; \ \ |