summaryrefslogtreecommitdiff
path: root/stmhal/pyexec.c
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-06-28 10:27:15 +0100
committerDamien George <damien.p.george@gmail.com>2014-06-28 10:27:15 +0100
commitb3a50f0f3e287d63fce274e29641a3bc57405d5d (patch)
tree1db867d2e5c40d9cd530424c022768f6f282251f /stmhal/pyexec.c
parented07d035d52764b3b02bfa8488f2e0445c28ea2f (diff)
parent8993fb6cf0677ce980ab56cbad326e4e6bc47811 (diff)
Merge branch 'master' into unicode
Conflicts: py/mpconfig.h
Diffstat (limited to 'stmhal/pyexec.c')
-rw-r--r--stmhal/pyexec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/pyexec.c b/stmhal/pyexec.c
index 45928427e..baf6ddfb3 100644
--- a/stmhal/pyexec.c
+++ b/stmhal/pyexec.c
@@ -185,7 +185,7 @@ int pyexec_friendly_repl(void) {
#endif
friendly_repl_reset:
- stdout_tx_str("Micro Python " MICROPY_GIT_TAG " on " MICROPY_BUILD_DATE "; " MICROPY_HW_BOARD_NAME " with STM32F405RG\r\n");
+ stdout_tx_str("Micro Python " MICROPY_GIT_TAG " on " MICROPY_BUILD_DATE "; " MICROPY_HW_BOARD_NAME " with " MICROPY_HW_MCU_NAME "\r\n");
stdout_tx_str("Type \"help()\" for more information.\r\n");
// to test ctrl-C