diff options
| author | Paul Sokolovsky | 2016-02-15 00:02:03 +0200 |
|---|---|---|
| committer | Paul Sokolovsky | 2016-02-15 00:02:03 +0200 |
| commit | 72085a669babf83774716e21f6191bf2f84936a5 (patch) | |
| tree | 1b542ac34c5b77a4d144e15f7f3c4e03a3159569 /stmhal | |
| parent | 9fdac9144d08d62aa23869c3c55eb4cc7a724703 (diff) | |
py/mpstate.h: fs_user_mount is now standard, reusable uPy functionality.
Diffstat (limited to 'stmhal')
| -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; \ |
