mirror of https://github.com/ArduPilot/ardupilot
2.0.37
Added rate of change limit for noisy Sonars. converted to static functions - Tridge git-svn-id: https://arducopter.googlecode.com/svn/trunk@2902 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
parent
d04d32c40c
commit
e07c0aab7a
|
@ -41,7 +41,7 @@ const struct Menu::command main_menu_commands[] PROGMEM = {
|
||||||
};
|
};
|
||||||
|
|
||||||
// Create the top-level menu object.
|
// Create the top-level menu object.
|
||||||
MENU(main_menu, "AC 2.0.36 Beta", main_menu_commands);
|
MENU(main_menu, "AC 2.0.37 Beta", main_menu_commands);
|
||||||
|
|
||||||
#endif // CLI_ENABLED
|
#endif // CLI_ENABLED
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue