refactor: removed starutp from rtos2-utils

This commit is contained in:
CarlWachter
2024-11-03 12:42:19 +01:00
parent cf1443891c
commit 345c74bdab
3 changed files with 11 additions and 81 deletions

View File

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