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 /stmhal/main.c | |
parent | 6206f431cf50741f633762dac185421e4c4f1a0d (diff) | |
download | micropython-0334058fa43a8ac7c689007f5824510c2927c5cc.tar.gz micropython-0334058fa43a8ac7c689007f5824510c2927c5cc.zip |
Rename "Micro Python" to "MicroPython" in REPL, help, readme's and misc.
Diffstat (limited to 'stmhal/main.c')
-rw-r--r-- | stmhal/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/main.c b/stmhal/main.c index d6ae3d61f9..f814fdfc44 100644 --- a/stmhal/main.c +++ b/stmhal/main.c @@ -150,7 +150,7 @@ static const char fresh_pybcdc_inf[] = ; static const char fresh_readme_txt[] = -"This is a Micro Python board\r\n" +"This is a MicroPython board\r\n" "\r\n" "You can get started right away by writing your Python code in 'main.py'.\r\n" "\r\n" |