FollowMe: update for GPS changes

This commit is contained in:
Andrew Tridgell 2014-03-24 12:04:20 +11:00
parent e40c178e11
commit 193a225887
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ void setup(void) {
input.joy_btn_event_callback(sm_on_button_cancel);
hal.console->println_P(PSTR("GPS start init"));
auto_gps.init(hal.uartB, GPS::GPS_ENGINE_PEDESTRIAN);
auto_gps.init(hal.uartB, GPS::GPS_ENGINE_PEDESTRIAN, &DataFlash);
}
void loop(void) {