can_wizard/main/console_task.h
Данила Горнушко 3fb1c8dd81 initial commit
2023-11-22 14:48:03 +03:00

8 lines
132 B
C

#ifndef MAIN_CONSOLE_TASK_H
#define MAIN_CONSOLE_TASK_H
// functions
void console_task(void* arg);
#endif // MAIN_CONSOLE_TASK_H