git-svn-id: https://arducopter.googlecode.com/svn/trunk@1824 f9c3cf11-9bcb-44bc-f272-b75c42450872

This commit is contained in:
jasonshort 2011-03-28 05:18:10 +00:00
parent 11d71e77c8
commit c7621f92b0

View File

@ -524,7 +524,11 @@ void medium_loop()
case 0:
medium_loopCounter++;
//update_GPS();
if(Serial1.available() > 0){
update_GPS();
}
//readCommands();
if(g.compass_enabled){
@ -777,10 +781,6 @@ void super_slow_loop()
void update_GPS(void)
{
if(Serial1.available() == 0){
return;
}
g_gps->update();
update_GPS_light();