bugfix
Some checks are pending
EIVE/eive-obsw/pipeline/head This commit looks good
EIVE/eive-obsw/pipeline/pr-develop Build started...

This commit is contained in:
Robin Müller 2023-04-03 19:15:14 +02:00
parent a26d71f745
commit 23af9685d6
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814

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;