diff options
| author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-02-15 00:02:03 +0200 |
|---|---|---|
| committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-02-15 00:02:03 +0200 |
| commit | 72085a669babf83774716e21f6191bf2f84936a5 (patch) | |
| tree | 1b542ac34c5b77a4d144e15f7f3c4e03a3159569 /unix/mpconfigport.h | |
| parent | 9fdac9144d08d62aa23869c3c55eb4cc7a724703 (diff) | |
py/mpstate.h: fs_user_mount is now standard, reusable uPy functionality.
Diffstat (limited to 'unix/mpconfigport.h')
| -rw-r--r-- | unix/mpconfigport.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/unix/mpconfigport.h b/unix/mpconfigport.h index 719f60099..024f65b74 100644 --- a/unix/mpconfigport.h +++ b/unix/mpconfigport.h @@ -264,8 +264,6 @@ extern const struct _mp_obj_fun_builtin_t mp_builtin_open_obj; #define MICROPY_PORT_ROOT_POINTERS \ const char *readline_hist[50]; \ mp_obj_t keyboard_interrupt_obj; \ - /* for user-mountable block device (max fixed at compile time) */ \ - struct _fs_user_mount_t *fs_user_mount[MICROPY_FATFS_VOLUMES]; \ void *mmap_region_head; \ // We need to provide a declaration/definition of alloca() |
