Efficient DEBUG logging system with __FILE__ and fctprintf
This commit is contained in:
@@ -35,6 +35,7 @@ int term_init()
|
||||
if (framebuffer)
|
||||
{
|
||||
fb = framebuffer->address;
|
||||
DEBUG("terminal initialized");
|
||||
return 0;
|
||||
}
|
||||
return -ENOMEM;
|
||||
|
||||
Reference in New Issue
Block a user