diff options
Diffstat (limited to 'stmhal/fsusermount.h')
-rw-r--r-- | stmhal/fsusermount.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/stmhal/fsusermount.h b/stmhal/fsusermount.h index 5a983464ee..a6f54b878e 100644 --- a/stmhal/fsusermount.h +++ b/stmhal/fsusermount.h @@ -34,6 +34,4 @@ typedef struct _fs_user_mount_t { FATFS fatfs; } fs_user_mount_t; -extern fs_user_mount_t *fs_user_mount; - MP_DECLARE_CONST_FUN_OBJ(pyb_mount_obj); |