summaryrefslogtreecommitdiff
path: root/stmhal/pyexec.c
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2014-06-27 18:24:32 +0300
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2014-06-27 18:24:32 +0300
commit64c58403efc8f7c4d95f8bd18c3afc86fa792fcc (patch)
tree788964b5121a1ae8cfaaef72f143d0c2a5bd93b5 /stmhal/pyexec.c
parent3c8ce38d20febd03fb4bb4646459566cc043222c (diff)
parenta75e382a9bb992fa177536315c621f3dba533e7e (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.c2
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