diff options
Diffstat (limited to 'stmhal/mpconfigport.h')
| -rw-r--r-- | stmhal/mpconfigport.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/stmhal/mpconfigport.h b/stmhal/mpconfigport.h index 1c4008667..0224d93f4 100644 --- a/stmhal/mpconfigport.h +++ b/stmhal/mpconfigport.h @@ -153,6 +153,9 @@ extern const struct _mp_obj_module_t mp_module_network; /* pointers to all UART objects (if they have been created) */ \ struct _pyb_uart_obj_t *pyb_uart_obj_all[6]; \ \ + /* pointers to all CAN objects (if they have been created) */ \ + struct _pyb_can_obj_t *pyb_can_obj_all[2]; \ + \ /* list of registered NICs */ \ mp_obj_list_t mod_network_nic_list; \ |
