Browse Source

ACM: fixed HIL build

mission-4.1.18
Andrew Tridgell 13 years ago
parent
commit
435a64b97e
  1. 3
      ArduCopter/test.pde

3
ArduCopter/test.pde

@ -566,7 +566,8 @@ test_imu(uint8_t argc, const Menu::arg *argv) @@ -566,7 +566,8 @@ test_imu(uint8_t argc, const Menu::arg *argv)
static int8_t
test_gps(uint8_t argc, const Menu::arg *argv)
{
#if defined( __AVR_ATmega1280__ ) // test disabled to save code size for 1280
// test disabled to save code size for 1280
#if defined( __AVR_ATmega1280__ ) || HIL_MODE != HIL_MODE_DISABLED
print_test_disabled();
return (0);
#else

Loading…
Cancel
Save