1
0
forked from fsfw/fsfw

goofed up, delay function back in task factory

This commit is contained in:
2020-05-03 00:48:18 +02:00
parent 281da25bf9
commit 35594d4b71
4 changed files with 10 additions and 12 deletions

View File

@ -58,13 +58,6 @@ public:
* words.
*/
static configSTACK_DEPTH_TYPE getTaskStackHighWatermark();
/**
* Function to be called to delay current task
* @param delay The delay in milliseconds
* @return Success of deletion
*/
static ReturnValue_t delayTask(uint32_t delayMs);
};
#endif /* FRAMEWORK_OSAL_FREERTOS_TASKMANAGEMENT_H_ */