diff options
| author | Damien George <damien.p.george@gmail.com> | 2015-10-12 00:06:25 +0100 |
|---|---|---|
| committer | Damien George <damien.p.george@gmail.com> | 2015-10-12 00:06:25 +0100 |
| commit | 0334058fa43a8ac7c689007f5824510c2927c5cc (patch) | |
| tree | 0abd0f6efd70aa922d0cb14a8c06c38bc957b276 /cc3200/telnet | |
| parent | 6206f431cf50741f633762dac185421e4c4f1a0d (diff) | |
Rename "Micro Python" to "MicroPython" in REPL, help, readme's and misc.
Diffstat (limited to 'cc3200/telnet')
| -rw-r--r-- | cc3200/telnet/telnet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc3200/telnet/telnet.c b/cc3200/telnet/telnet.c index 966dde130..3c28666cd 100644 --- a/cc3200/telnet/telnet.c +++ b/cc3200/telnet/telnet.c @@ -108,7 +108,7 @@ typedef struct { DECLARE PRIVATE DATA ******************************************************************************/ static telnet_data_t telnet_data; -static const char* telnet_welcome_msg = "Micro Python " MICROPY_GIT_TAG " on " MICROPY_BUILD_DATE "; " MICROPY_HW_BOARD_NAME " with " MICROPY_HW_MCU_NAME "\r\n"; +static const char* telnet_welcome_msg = "MicroPython " MICROPY_GIT_TAG " on " MICROPY_BUILD_DATE "; " MICROPY_HW_BOARD_NAME " with " MICROPY_HW_MCU_NAME "\r\n"; static const char* telnet_request_user = "Login as: "; static const char* telnet_request_password = "Password: "; static const char* telnet_invalid_loggin = "\r\nInvalid credentials, try again.\r\n"; |
