1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-20 10:54:14 +01:00

OP-988 Raise SYSTEMALARMS_ALARM_CRITICAL when no gps port is configured, the same alarm as no gps case.

+review OPReview
This commit is contained in:
Alessio Morale 2013-06-03 20:30:41 +02:00
parent 1cfc7f1586
commit cfe057c573

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;
}