forked from test34/can_wizard
9 lines
132 B
C
9 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
|