You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
225 B
C
11 lines
225 B
C
5 years ago
|
#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 */
|