diff options
author | Damien George <damien.p.george@gmail.com> | 2015-07-27 23:52:56 +0100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2015-07-27 23:52:56 +0100 |
commit | f5d04750dbd13bfc10498e20428b1a285ec417af (patch) | |
tree | 819b5723bff4db7cb9f5f147f403430b7c40fa55 /stmhal/fsusermount.h | |
parent | 92e9a5e0a7f2634c670ffe8056430b94d210a4c0 (diff) | |
download | micropython-f5d04750dbd13bfc10498e20428b1a285ec417af.tar.gz micropython-f5d04750dbd13bfc10498e20428b1a285ec417af.zip |
stmhal: Put fs_user_mount pointer in root ptr section of global state.
Should fix issue #1393.
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); |