diff options
author | Li lin <yjh521@gmail.com> | 2015-02-04 21:39:34 +0800 |
---|---|---|
committer | Li lin <yjh521@gmail.com> | 2015-02-04 21:39:34 +0800 |
commit | b276cf1977496b4f79f1847614eb77218b610bab (patch) | |
tree | 260167aabd03ca7ccbebd48b7c0521bddcb441db | |
parent | 1cd47c63153b12c2f71f74938a9d5456855c4dd2 (diff) | |
download | micropython-b276cf1977496b4f79f1847614eb77218b610bab.tar.gz micropython-b276cf1977496b4f79f1847614eb77218b610bab.zip |
fix type error
-rw-r--r-- | teensy/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/teensy/README.md b/teensy/README.md index 58d53cdf2b..c240f0d5fe 100644 --- a/teensy/README.md +++ b/teensy/README.md @@ -4,7 +4,7 @@ Currently the Teensy 3.1 port of Micro Python builds under Linux and not under W The tool chain required for the build can be found at <https://launchpad.net/gcc-arm-embedded>. -Downlaod the current Linux *.tar.bz2 file. Instructions regarding unpacking the file and moving it to the correct location +Download the current Linux *.tar.bz2 file. Instructions regarding unpacking the file and moving it to the correct location as well as adding the extracted folders to the enviroment variable can be found at <http://eliaselectronics.com/stm32f4-tutorials/setting-up-the-stm32f4-arm-development-toolchain/> |