ardupilot/libraries/AP_Common
DrZiplok@gmail.com 6838829428 Use strtok_r rather than strtok. Saves a stack frame, two bytes of global, and fixes backwards compatibility with older avr-libc versions.
Fixes issue #131

git-svn-id: https://arducopter.googlecode.com/svn/trunk@554 f9c3cf11-9bcb-44bc-f272-b75c42450872
2010-09-25 18:13:08 +00:00
..
examples/menu Provide an easy way to print stuff before displaying the prompt. 2010-09-24 06:18:59 +00:00
include Fell asleep before committing these, oops. 2010-09-25 18:02:41 +00:00
AP_Common.cpp Drop a couple things in here in support of code moving to libraries. 2010-09-11 06:13:28 +00:00
AP_Common.h Add a simple commandline menu library. 2010-09-24 05:50:02 +00:00
menu.cpp Use strtok_r rather than strtok. Saves a stack frame, two bytes of global, and fixes backwards compatibility with older avr-libc versions. 2010-09-25 18:13:08 +00:00