mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/rtos2-utils.git
synced 2025-08-07 03:27:33 +00:00
Add rtos namespace
This commit is contained in:
@@ -54,14 +54,17 @@
|
||||
|
||||
namespace sta
|
||||
{
|
||||
/**
|
||||
* @brief Extra initialization run at start of startup task.
|
||||
*
|
||||
* May be overridden by application if required.
|
||||
*
|
||||
* @ingroup STA_RTOS_Startup
|
||||
*/
|
||||
void startupExtras(void * argument);
|
||||
namespace rtos
|
||||
{
|
||||
/**
|
||||
* @brief Extra initialization run at start of startup task.
|
||||
*
|
||||
* May be overridden by application if required.
|
||||
*
|
||||
* @ingroup STA_RTOS_Startup
|
||||
*/
|
||||
void startupExtras(void * argument);
|
||||
} // namespace rtos
|
||||
} // namespace sta
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user