aboutsummaryrefslogtreecommitdiff
path: root/cc3200/boards/WIPY
diff options
context:
space:
mode:
authorDaniel Campora2015-05-28 13:22:26 +0200
committerDaniel Campora2015-05-28 13:22:26 +0200
commit78744c4f7a368e74e8aff81320a8e1bb3265346e (patch)
tree3ef1a9c664bfd83d4893f90d61cc6f6dcbc454df /cc3200/boards/WIPY
parent2abb58d758f94ce8e8a6809e5c425417a259012f (diff)
cc3200: Remove WIPY-SD variant, and make the WiPy the default board.
Diffstat (limited to 'cc3200/boards/WIPY')
-rw-r--r--cc3200/boards/WIPY/mpconfigboard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc3200/boards/WIPY/mpconfigboard.h b/cc3200/boards/WIPY/mpconfigboard.h
index 6ff6fe35b..c7036710e 100644
--- a/cc3200/boards/WIPY/mpconfigboard.h
+++ b/cc3200/boards/WIPY/mpconfigboard.h
@@ -30,7 +30,7 @@
#define MICROPY_HW_BOARD_NAME "WiPy"
#define MICROPY_HW_MCU_NAME "CC3200"
-#define MICROPY_HW_HAS_SDCARD (0)
+#define MICROPY_HW_HAS_SDCARD (1)
#define MICROPY_HW_ENABLE_RNG (1)
#define MICROPY_HW_ENABLE_RTC (1)