ardupilot/libraries/AP_Param
Tobias 27a5c28851 AP_Param: fixed some compiler warnings
* added comment
* replaced "~0" with the appropriate macro
* resolved -Wconversion
* saved some space by modifying AP_Param::add_vector_suffix (writing
behind buffer could happen, if buffer_size is almost uint16_max but this
can surely be ignored)

further reading:
http://stackoverflow.com/questions/809227/is-it-safe-to-use-1-to-set-all-bits-to-true
2013-07-08 14:57:33 +10:00
..
tools AP_Param: use PACKED attribute in examples 2013-05-09 20:10:31 +10:00
AP_Param.cpp AP_Param: fixed some compiler warnings 2013-07-08 14:57:33 +10:00
AP_Param.h AP_Param: fixed parameter save bug 2013-06-02 14:49:34 +10:00