mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-01 09:24:10 +01:00
finish renaming load_mag_settings to include hardware type
This commit is contained in:
parent
f4a088bcfa
commit
dae9052686
@ -551,7 +551,7 @@ static void updateHwSettings(UAVObjEvent __attribute__((unused)) *ev)
|
||||
#if defined(PIOS_INCLUDE_GPS_UBX_PARSER) && !defined(PIOS_GPS_MINIMAL)
|
||||
void AuxMagSettingsUpdatedCb(__attribute__((unused)) UAVObjEvent *ev)
|
||||
{
|
||||
load_mag_settings();
|
||||
op_gpsv9_load_mag_settings();
|
||||
}
|
||||
|
||||
|
||||
|
@ -620,6 +620,6 @@ bool checksum_ubx_message(struct UBXPacket *);
|
||||
uint32_t parse_ubx_message(struct UBXPacket *, GPSPositionSensorData *);
|
||||
|
||||
int parse_ubx_stream(uint8_t *rx, uint16_t len, char *, GPSPositionSensorData *, struct GPS_RX_STATS *);
|
||||
void load_mag_settings();
|
||||
void op_gpsv9_load_mag_settings();
|
||||
|
||||
#endif /* UBX_H */
|
||||
|
Loading…
Reference in New Issue
Block a user