fix type error

This commit is contained in:
Li lin 2015-02-04 21:39:34 +08:00
parent 1cd47c6315
commit b276cf1977

View File

@ -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>. 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 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/> <http://eliaselectronics.com/stm32f4-tutorials/setting-up-the-stm32f4-arm-development-toolchain/>