cleanflight/src
Michael Hope c5a5844297 serial_cli: use the reentrant version of strtok().
Newlib's strtok() allocates memory and causes malloc() to be linked
in.  Use the reentrant version instead.

Saves 336 bytes.

Signed-off-by: Michael Hope <mlhx@google.com>
2015-05-22 04:50:11 +02:00
..
main serial_cli: use the reentrant version of strtok(). 2015-05-22 04:50:11 +02:00
test Update unit test for mixer behavior changed in 2015-05-19 21:42:48 +01:00