finished overflow checking (hopefully)

This commit is contained in:
2020-06-22 23:30:17 +02:00
parent 3c7ac60dbe
commit bf63ba15fe
2 changed files with 40 additions and 19 deletions

View File

@ -89,6 +89,10 @@ protected:
* OS's System Calls to keep the timing of the periods.
*/
void taskFunctionality(void);
void checkMissedDeadline(const TickType_t xLastWakeTime,
const TickType_t interval);
void handleMissedDeadline();
};
#endif /* POLLINGTASK_H_ */