mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/rtos2-utils.git
synced 2025-08-06 19:17:34 +00:00
Rename startup related functions
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user