summaryrefslogtreecommitdiffstatshomepage
path: root/stmhal/boards/STM32F411DISC/mpconfigboard.h
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2016-12-13 16:21:41 +1100
committerDamien George <damien.p.george@gmail.com>2016-12-13 16:26:45 +1100
commit0f408bc1ff9585ec66431176c993c369cd686a2e (patch)
tree23ee600f84152fe72daf179a1adc63b6fa2f1905 /stmhal/boards/STM32F411DISC/mpconfigboard.h
parent8001918a896586438ed5e82a9d0a200bb61027ee (diff)
downloadmicropython-0f408bc1ff9585ec66431176c993c369cd686a2e.tar.gz
micropython-0f408bc1ff9585ec66431176c993c369cd686a2e.zip
stmhal: Move PY_SYS_PLATFORM config from board to general config file.
It can be overridden by a board if needed.
Diffstat (limited to 'stmhal/boards/STM32F411DISC/mpconfigboard.h')
-rw-r--r--stmhal/boards/STM32F411DISC/mpconfigboard.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/stmhal/boards/STM32F411DISC/mpconfigboard.h b/stmhal/boards/STM32F411DISC/mpconfigboard.h
index 31e6d9755b..d87701f8af 100644
--- a/stmhal/boards/STM32F411DISC/mpconfigboard.h
+++ b/stmhal/boards/STM32F411DISC/mpconfigboard.h
@@ -1,6 +1,5 @@
#define MICROPY_HW_BOARD_NAME "F411DISC"
#define MICROPY_HW_MCU_NAME "STM32F411"
-#define MICROPY_PY_SYS_PLATFORM "pyboard"
#define MICROPY_HW_HAS_SWITCH (1)
#define MICROPY_HW_HAS_FLASH (1)