summaryrefslogtreecommitdiff
path: root/FreeRTOS-Plus/Test/CBMC/include/tasksStubs.h
blob: a0dd6de4ace96ee732ff80b9073363828e31c3f5 (plain)
1
2
3
4
5
6
7
8
9
10
#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 */