Browse Source

ACM Test: Added a return statement

master
Jason Short 13 years ago
parent
commit
4d5d16720b
  1. 3
      ArduCopter/test.pde

3
ArduCopter/test.pde

@ -1245,9 +1245,10 @@ test_wp_nav(uint8_t argc, const Menu::arg *argv) @@ -1245,9 +1245,10 @@ test_wp_nav(uint8_t argc, const Menu::arg *argv)
next_WP.lat = 389538528;
next_WP.lng = -1199541248;
// got 235;, should be 228
// got 23506;, should be 22800
navigate();
Serial.printf("bear: %ld\n", target_bearing);
return 0;
}
/*

Loading…
Cancel
Save