-
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good

This commit is contained in:
Marius Eggert 2024-03-05 14:10:32 +01:00
parent aa4bfa8d88
commit 39032249b2

View File

@ -2140,7 +2140,6 @@ ReturnValue_t CoreController::actionUpdateLeapSeconds(const uint8_t *data) {
ReturnValue_t CoreController::initClockFromTimeFile() {
using namespace GpsHyperion;
using namespace std;
std::string fileName = currMntPrefix + BACKUP_TIME_FILE;
std::error_code e;
if (sdcMan->isSdCardUsable(std::nullopt) and std::filesystem::exists(fileName, e) and