can_wizard/main/console_task.h

9 lines
132 B
C
Raw Normal View History

2023-11-22 11:48:03 +00:00
#ifndef MAIN_CONSOLE_TASK_H
#define MAIN_CONSOLE_TASK_H
// functions
void console_task(void* arg);
#endif // MAIN_CONSOLE_TASK_H