works now
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good

This commit is contained in:
2023-03-20 17:05:57 +01:00
parent aea4313b7d
commit c682d75aff
2 changed files with 8 additions and 1 deletions

View File

@ -277,6 +277,10 @@ class StarTrackerHandler : public DeviceHandlerBase {
BOOTING_BOOTLOADER_FAILED
};
enum class CfgSetupState {
};
InternalState internalState = InternalState::IDLE;
enum class StartupState {