Implement debug console device
This commit is contained in:
10
libdebugconsole/debugconsole.h
Normal file
10
libdebugconsole/debugconsole.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef _LIBDEBUGCONSOLE_DEBUGCONSOLE_H
|
||||
#define _LIBDEBUGCONSOLE_DEBUGCONSOLE_H
|
||||
|
||||
#define DEBUG_PRINTF_MAX (16 * 1024)
|
||||
|
||||
int debugconsole_print (const char* string, size_t len);
|
||||
|
||||
void debug_printf (const char* fmt, ...);
|
||||
|
||||
#endif // _LIBDEBUGCONSOLE_DEBUGCONSOLE_H
|
||||
Reference in New Issue
Block a user