just in case we ever do this
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good

This commit is contained in:
Marius Eggert 2023-08-07 13:45:06 +02:00
parent 04c9013c64
commit 947eef7170

View File

@ -45,6 +45,7 @@ enum SafeModeStrategy : uint8_t {
enum GpsSource : uint8_t { enum GpsSource : uint8_t {
NONE, NONE,
GPS, GPS,
PROPAGATION,
SPG4, SPG4,
}; };