aboutsummaryrefslogtreecommitdiff
path: root/stmhal/boards/ESPRUINO_PICO
diff options
context:
space:
mode:
authorDamien George2016-12-13 16:21:41 +1100
committerDamien George2016-12-13 16:26:45 +1100
commit0f408bc1ff9585ec66431176c993c369cd686a2e (patch)
tree23ee600f84152fe72daf179a1adc63b6fa2f1905 /stmhal/boards/ESPRUINO_PICO
parent8001918a896586438ed5e82a9d0a200bb61027ee (diff)
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/ESPRUINO_PICO')
-rw-r--r--stmhal/boards/ESPRUINO_PICO/mpconfigboard.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/stmhal/boards/ESPRUINO_PICO/mpconfigboard.h b/stmhal/boards/ESPRUINO_PICO/mpconfigboard.h
index 6854f4e28..e84822957 100644
--- a/stmhal/boards/ESPRUINO_PICO/mpconfigboard.h
+++ b/stmhal/boards/ESPRUINO_PICO/mpconfigboard.h
@@ -1,6 +1,5 @@
#define MICROPY_HW_BOARD_NAME "Espruino Pico"
#define MICROPY_HW_MCU_NAME "STM32F401CD"
-#define MICROPY_PY_SYS_PLATFORM "pyboard"
#define MICROPY_PY_USOCKET (0)
#define MICROPY_PY_NETWORK (0)