Fixed a bug which caused printing of floats larger than 100 in the CLI to crash
commit6ce8fe3c0fa7725e77d6ea61557bcec65d6cdb34
authorBeaky2000 <johnnyjo@gmail.com>
Sun, 17 Apr 2016 20:09:49 +0000 (17 22:09 +0200)
committerBeaky2000 <johnnyjo@gmail.com>
Sun, 17 Apr 2016 20:09:49 +0000 (17 22:09 +0200)
tree0767e7194e9a115785447cc4f8a11ec1eb0441af
parent8e744e874cd31a7d682d5fa3d088deb94b8291e2
Fixed a bug which caused printing of floats larger than 100 in the CLI to crash
src/main/common/typeconversion.c
src/main/common/typeconversion.h
src/main/io/serial_cli.c