barback32/include/console.h

6 lines
103 B
C
Raw Permalink Normal View History

2020-02-26 10:11:57 -05:00
#ifndef __CONSOLE_H__
#define __CONSOLE_H__
void console_task(void *args);
void console_init();
#endif