1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-29 14:52:12 +01:00

Merge remote-tracking branch 'origin/amorale/OP-988_gps_not_configured_alarm' into next

This commit is contained in:
Alessio Morale 2013-06-09 09:09:44 +02:00
commit 0f28920e5f

View File

@ -113,7 +113,7 @@ int32_t GPSStart(void)
return 0;
}
AlarmsSet(SYSTEMALARMS_ALARM_GPS, SYSTEMALARMS_ALARM_CRITICAL);
AlarmsSet(SYSTEMALARMS_ALARM_GPS, SYSTEMALARMS_ALARM_ERROR);
}
return -1;
}