refactor: moved startup from rtos2-utils to TACOS

This commit is contained in:
CarlWachter
2024-11-03 12:43:46 +01:00
committed by carlwachter
parent fa3f420fa6
commit 4ac600d2b7
3 changed files with 58 additions and 10 deletions

View File

@@ -0,0 +1,22 @@
#ifndef STA_TACOS_C_API_STARTUP_H
#define STA_TACOS_C_API_STARTUP_H
#ifdef __cplusplus
extern "C" {
#endif
/**
* @brief
*
* @param arg Default task argument
*/
void startTACOS(void * arg);
#ifdef __cplusplus
}
#endif
#endif // STA_TACOS_C_API_STARTUP_H