Add more logging levels
This commit is contained in:
+2
-2
@@ -23,9 +23,9 @@ typedef struct __attribute__((packed)) {
|
||||
static usb_device_descriptor_t device_descriptor __attribute__((aligned(64)));
|
||||
|
||||
void usb_init() {
|
||||
LOG_LN("Enumerating devices...");
|
||||
PRINT_LN(kernel_log, "Enumerating devices...");
|
||||
usb_enumerate(kernel_log);
|
||||
LOG_LN("Done.");
|
||||
PRINT_LN(kernel_log, "Done.");
|
||||
}
|
||||
|
||||
void usb_enumerate(stream_t *out) {
|
||||
|
||||
Reference in New Issue
Block a user