better default for speed governer

This commit is contained in:
Jason Short 2012-01-21 22:05:48 -08:00
parent 02d6adb21f
commit 6377cf8549
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ static void set_next_WP(struct Location *wp)
// reset speed governer // reset speed governer
// -------------------- // --------------------
waypoint_speed_gov = 0; waypoint_speed_gov = WAYPOINT_SPEED_MIN;
} }