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