Implement debug console device
This commit is contained in:
@@ -6,8 +6,6 @@
|
||||
#include <string.h>
|
||||
#include <system.h>
|
||||
|
||||
void putchar_ (char ch) { (void)ch; }
|
||||
|
||||
void mprintf (const char* fmt, ...) {
|
||||
va_list args;
|
||||
va_start (args, fmt);
|
||||
|
||||
Reference in New Issue
Block a user