ACM Test: Added a return statement

This commit is contained in:
Jason Short 2012-08-15 21:37:23 -07:00
parent 555e26d5fa
commit 67de828bcc
1 changed files with 2 additions and 1 deletions

View File

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