mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-15 17:27:46 -04:00
10 lines
225 B
C
10 lines
225 B
C
#ifndef INC_TASK_STUBS_H
|
|
#define INC_TASK_STUBS_H
|
|
|
|
#include "FreeRTOS.h"
|
|
#include "task.h"
|
|
|
|
BaseType_t xState;
|
|
void vInitTaskCheckForTimeOut(BaseType_t maxCounter, BaseType_t maxCounter_limit);
|
|
|
|
#endif /* INC_TASK_STUBS_H */
|