doc: Amended documentation for startTACOS

This commit is contained in:
CarlWachter 2024-11-08 19:10:14 +01:00 committed by carlwachter
parent 4ac600d2b7
commit 344ef03f4a

View File

@ -7,9 +7,9 @@ extern "C" {
/** /**
* @brief * @brief Entry point for TACOS. Initializes all activated features and starts associated tasks.
* *
* @param arg Default task argument * @param arg Passed on default task argument
*/ */
void startTACOS(void * arg); void startTACOS(void * arg);