fix new shadowing warnings

This commit is contained in:
2023-03-24 01:01:29 +01:00
parent a9efedfc86
commit d85fb18112
6 changed files with 6 additions and 6 deletions

View File

@ -221,7 +221,7 @@ ReturnValue_t AcsBoardPolling::sendMessage(CookieIF* cookie, const uint8_t* send
}
}
if (state == InternalState::IDLE) {
state = InternalState::BUSY;
state = InternalState::IS_BUSY;
}
}
semaphore->release();