Bugfix for GPS health devices #555

Merged
muellerr merged 5 commits from bugfix_gps_health_dev_connect_parent into develop 2023-04-03 19:57:51 +02:00
Showing only changes of commit 23af9685d6 - Show all commits

View File

@ -21,7 +21,9 @@ struct AcsBoardHelper {
gyro1L3gIdSideA(gyro1Id),
gyro2AdisIdSideB(gyro2Id),
gyro3L3gIdSideB(gyro3Id),
gpsId(gpsId) {}
gpsId(gpsId),
healthDevGps0(gps0HealthDev),
healthDevGps1(gps1HealthDev) {}
object_id_t mgm0Lis3IdSideA = objects::NO_OBJECT;
object_id_t mgm1Rm3100IdSideA = objects::NO_OBJECT;