diff options
Diffstat (limited to 'cc3200/mpconfigport.h')
| -rw-r--r-- | cc3200/mpconfigport.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cc3200/mpconfigport.h b/cc3200/mpconfigport.h index a29bce26d..fa17eca64 100644 --- a/cc3200/mpconfigport.h +++ b/cc3200/mpconfigport.h @@ -123,6 +123,7 @@ extern const struct _mp_obj_module_t mp_module_network; mp_obj_list_t pyb_extint_list; \ struct _pyb_uart_obj_t *pyb_stdio_uart; \ struct _pyb_uart_obj_t *pyb_uart_obj_all[2]; \ + struct _pyb_i2c_obj_t *pyb_i2c_obj; \ mp_obj_list_t mod_network_nic_list; \ |
