ardupilot/libraries/AP_Menu
Lucas De Marchi ff398dbf0c AP_Menu: Do not compare delegate to NULL
Use the simpler "if (delegate_name)" since it allows simpler
implementation in the class, i.e. the bool operator rather than having
to compare to another object.
2015-05-26 13:46:48 +10:00
..
examples/menu AP_Menu: fixed example build 2014-08-13 22:12:08 +10:00
AP_Menu.cpp AP_Menu: Do not compare delegate to NULL 2015-05-26 13:46:48 +10:00
AP_Menu.h AP_Menu: use APM_BUILD_DELEGATES 2015-05-21 07:48:51 +10:00