ESP-Miner/main/tasks/asic_result_task.h
2023-08-26 12:28:17 -04:00

6 lines
107 B
C

#ifndef ASIC_result_TASK_H_
#define ASIC_result_TASK_H_
void ASIC_result_task(void *pvParameters);
#endif