9 lines
192 B
C
9 lines
192 B
C
#ifndef UTIL_COMPONENT
|
|
#define UTIL_COMPONENT
|
|
|
|
#include "freertos/FreeRTOS.h"
|
|
#include "freertos/task.h"
|
|
|
|
void vTaskDelaySecUntil(TickType_t *previousWakeTime, const unsigned int sec);
|
|
|
|
#endif |