diff options
author | mux <freelancer.c@gmail.com> | 2014-06-27 00:35:53 +0200 |
---|---|---|
committer | mux <freelancer.c@gmail.com> | 2014-06-27 00:35:53 +0200 |
commit | a75e382a9bb992fa177536315c621f3dba533e7e (patch) | |
tree | 788964b5121a1ae8cfaaef72f143d0c2a5bd93b5 /stmhal/pyexec.c | |
parent | 3c8ce38d20febd03fb4bb4646459566cc043222c (diff) | |
download | micropython-a75e382a9bb992fa177536315c621f3dba533e7e.tar.gz micropython-a75e382a9bb992fa177536315c621f3dba533e7e.zip |
Change MCU name config micro
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 6dfc007762..baf6ddfb34 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 " MICROPY_HW_MICRO_NAME "\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 |