6 lines
103 B
C
6 lines
103 B
C
|
#ifndef __CONSOLE_H__
|
||
|
#define __CONSOLE_H__
|
||
|
void console_task(void *args);
|
||
|
void console_init();
|
||
|
#endif
|