0
0
Fork 0
wireless-proxy-esp32/main/timer.h

6 lines
75 B
C

#ifndef __TIMER_H__
#define __TIMER_H__
void timer_create_task();
#endif