continued a bit
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good

This commit is contained in:
2021-08-05 18:37:14 +02:00
parent 05088ce02c
commit f0e282c6e1
5 changed files with 43 additions and 25 deletions

View File

@ -64,12 +64,13 @@ private:
NONE,
START,
GET_INFO,
SET_STATE,
SET_STATE_SELF,
SET_STATE_OTHER,
MOUNT,
UPDATE_INFO,
DONE
};
static constexpr bool BLOCKING_SD_INIT = true;
static constexpr bool BLOCKING_SD_INIT = false;
SdCardManager* sdcMan = nullptr;
uint16_t sdcInitCycleCount = 0;