diff options
Diffstat (limited to 'cc3200/mpconfigport.h')
| -rw-r--r-- | cc3200/mpconfigport.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cc3200/mpconfigport.h b/cc3200/mpconfigport.h index 92d96d63b..1527938bf 100644 --- a/cc3200/mpconfigport.h +++ b/cc3200/mpconfigport.h @@ -160,10 +160,11 @@ extern const struct _mp_obj_module_t mp_module_ussl; mp_obj_t mp_const_user_interrupt; \ mp_obj_t pyb_config_main; \ mp_obj_list_t pybsleep_obj_list; \ - mp_obj_list_t mp_irq_obj_list; \ + mp_obj_list_t mp_irq_obj_list; \ mp_obj_list_t pyb_timer_channel_obj_list; \ mp_obj_list_t mount_obj_list; \ struct _pyb_uart_obj_t *pyb_uart_objs[2]; \ + struct _os_term_dup_obj_t *os_term_dup_obj; \ // type definitions for the specific machine |
