Implement debug console device
This commit is contained in:
@@ -1691,3 +1691,5 @@ int fctprintf (void (*out) (char c, void* extra_arg), void* extra_arg, const cha
|
||||
va_end (args);
|
||||
return ret;
|
||||
}
|
||||
|
||||
void putchar_ (char ch) { (void)ch; }
|
||||
|
||||
Reference in New Issue
Block a user