mirror of
https://github.com/skot/ESP-Miner.git
synced 2025-04-12 22:09:18 +02:00
6 lines
104 B
C
6 lines
104 B
C
#ifndef USER_INPUT_TASK_H_
|
|
#define USER_INPUT_TASK_H_
|
|
|
|
void USER_INPUT_task(void *pvParameters);
|
|
|
|
#endif |