From f5d04750dbd13bfc10498e20428b1a285ec417af Mon Sep 17 00:00:00 2001 From: Damien George Date: Mon, 27 Jul 2015 23:52:56 +0100 Subject: stmhal: Put fs_user_mount pointer in root ptr section of global state. Should fix issue #1393. --- stmhal/fsusermount.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'stmhal/fsusermount.h') diff --git a/stmhal/fsusermount.h b/stmhal/fsusermount.h index 5a983464e..a6f54b878 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); -- cgit v1.2.3