barback32/include/console.h

6 lines
103 B
C

#ifndef __CONSOLE_H__
#define __CONSOLE_H__
void console_task(void *args);
void console_init();
#endif