mirror of
https://github.com/skot/ESP-Miner.git
synced 2025-03-27 02:01:48 +01:00
6 lines
107 B
C
6 lines
107 B
C
#ifndef CREATE_JOBS_TASK_H_
|
|
#define CREATE_JOBS_TASK_H_
|
|
|
|
void create_jobs_task(void *pvParameters);
|
|
|
|
#endif |