kernel: port sandbox components
This commit is contained in:
@@ -5,5 +5,6 @@ static char log_buffer[LOG_BUFFER_SIZE] = {0};
|
||||
|
||||
int printk(const char *format, ...)
|
||||
{
|
||||
(void)log_buffer;
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user