Init
This commit is contained in:
9
main/components/util.h
Normal file
9
main/components/util.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef UTIL_COMPONENT
|
||||
#define UTIL_COMPONENT
|
||||
|
||||
#include "freertos/FreeRTOS.h"
|
||||
#include "freertos/task.h"
|
||||
|
||||
void vTaskDelaySecUntil(TickType_t *previousWakeTime, const unsigned int sec);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user