diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2014-06-27 18:24:32 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2014-06-27 18:24:32 +0300 |
commit | 64c58403efc8f7c4d95f8bd18c3afc86fa792fcc (patch) | |
tree | 788964b5121a1ae8cfaaef72f143d0c2a5bd93b5 /stmhal/pyexec.c | |
parent | 3c8ce38d20febd03fb4bb4646459566cc043222c (diff) | |
parent | a75e382a9bb992fa177536315c621f3dba533e7e (diff) |
Merge pull request #720 from iabdalkader/mcu_name
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 6dfc00776..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 " 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 |