Removed wrong static #437

Merged
gaisser merged 2 commits from gaisser/fsfw:gaisser_clock_leap_seconds_move into development 2021-06-15 16:13:56 +02:00
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ ReturnValue_t Clock::getLeapSeconds(uint16_t *leapSeconds_) {
return HasReturnvaluesIF::RETURN_OK;
}
static ReturnValue_t Clock::checkOrCreateClockMutex() {
ReturnValue_t Clock::checkOrCreateClockMutex() {
if (timeMutex == nullptr) {
MutexFactory *mutexFactory = MutexFactory::instance();
if (mutexFactory == nullptr) {