diff options
Diffstat (limited to 'stmhal/mpconfigport.h')
| -rw-r--r-- | stmhal/mpconfigport.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/stmhal/mpconfigport.h b/stmhal/mpconfigport.h index 8d1239736..941290367 100644 --- a/stmhal/mpconfigport.h +++ b/stmhal/mpconfigport.h @@ -183,9 +183,6 @@ extern const struct _mp_obj_module_t mp_module_network; /* pointers to all CAN objects (if they have been created) */ \ struct _pyb_can_obj_t *pyb_can_obj_all[2]; \ \ - /* for user-mountable block device (max fixed at compile time) */ \ - struct _fs_user_mount_t *fs_user_mount[MICROPY_FATFS_VOLUMES]; \ - \ /* list of registered NICs */ \ mp_obj_list_t mod_network_nic_list; \ |
