diff options
author | Damien George <damien.p.george@gmail.com> | 2014-02-17 09:48:53 +0000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-02-17 09:48:53 +0000 |
commit | f34947703ad0d793477042027d605c13962362db (patch) | |
tree | 9d3eb9c45fe122b73a9b7ef3d0df572520fad075 /stm/main.c | |
parent | 70c56acafbaef4c997d08a5877e6b66f811730d9 (diff) | |
parent | 90928f1194421b40c63cc4773f1c583d2b8cbe58 (diff) | |
download | micropython-f34947703ad0d793477042027d605c13962362db.tar.gz micropython-f34947703ad0d793477042027d605c13962362db.zip |
Merge pull request #303 from dhylands/fix-netduino-disc
Fix build for netduino and stm32f4disc
Diffstat (limited to 'stm/main.c')
-rw-r--r-- | stm/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/stm/main.c b/stm/main.c index 14fda936db..52ac11d81b 100644 --- a/stm/main.c +++ b/stm/main.c @@ -54,7 +54,9 @@ int errno; static FATFS fatfs0; +#if MICROPY_HW_HAS_SDCARD static FATFS fatfs1; +#endif void flash_error(int n) { for (int i = 0; i < n; i++) { |