Browse Source

Copter: remove remnant of cli compassmot

master
Randy Mackay 11 years ago committed by Andrew Tridgell
parent
commit
797212c7ab
  1. 1
      ArduCopter/setup.pde

1
ArduCopter/setup.pde

@ -3,7 +3,6 @@ @@ -3,7 +3,6 @@
#if CLI_ENABLED == ENABLED
// Functions called from the setup menu
static int8_t setup_compassmot (uint8_t argc, const Menu::arg *argv);
static int8_t setup_factory (uint8_t argc, const Menu::arg *argv);
static int8_t setup_set (uint8_t argc, const Menu::arg *argv);
static int8_t setup_show (uint8_t argc, const Menu::arg *argv);

Loading…
Cancel
Save