diff options
author | Damien George <damien.p.george@gmail.com> | 2014-06-28 10:27:15 +0100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-06-28 10:27:15 +0100 |
commit | b3a50f0f3e287d63fce274e29641a3bc57405d5d (patch) | |
tree | 1db867d2e5c40d9cd530424c022768f6f282251f /stmhal/pyexec.c | |
parent | ed07d035d52764b3b02bfa8488f2e0445c28ea2f (diff) | |
parent | 8993fb6cf0677ce980ab56cbad326e4e6bc47811 (diff) |
Merge branch 'master' into unicode
Conflicts:
py/mpconfig.h
Diffstat (limited to 'stmhal/pyexec.c')
-rw-r--r-- | stmhal/pyexec.c | 2 |
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 |