Rename startup related functions

This commit is contained in:
Henrik Stickann
2022-03-31 13:57:03 +02:00
parent 19fb4b8692
commit 5fe44ddecf
2 changed files with 4 additions and 4 deletions

View File

@@ -35,14 +35,14 @@ namespace sta
/**
* @brief Signal startup system event
*/
void signalStartupCompleted();
void signalStartupEvent();
/**
* @brief Wait for startup system event.
*
* Blocking while waiting
*/
void waitForStartup();
void waitForStartupEvent();
} // namespace sta