cleanflight/src
Michael Hope 7cd6798eb1 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-20 05:33:15 +02:00
..
main serial_cli: use the reentrant version of strtok(). 2015-05-20 05:33:15 +02:00
test Update unit test for mixer behavior changed in 2015-05-19 21:42:48 +01:00