Rename "Micro Python" to "MicroPython" in REPL, help, readme's and misc.

This commit is contained in:
Damien George
2015-10-12 00:06:25 +01:00
parent 6206f431cf
commit 0334058fa4
22 changed files with 39 additions and 39 deletions

View File

@@ -153,7 +153,7 @@ STATIC char *strjoin(const char *s1, int sep_char, const char *s2) {
#endif
STATIC int do_repl(void) {
mp_hal_stdout_tx_str("Micro Python " MICROPY_GIT_TAG " on " MICROPY_BUILD_DATE "; " MICROPY_PY_SYS_PLATFORM " version\n");
mp_hal_stdout_tx_str("MicroPython " MICROPY_GIT_TAG " on " MICROPY_BUILD_DATE "; " MICROPY_PY_SYS_PLATFORM " version\n");
#if MICROPY_USE_READLINE == 1