Skip to content

Commit

Permalink
drivers/serial/virtio: do not define DEBUG_DRIVER by default
Browse files Browse the repository at this point in the history
Forgot to not commit this

Signed-off-by: Ivan-Velickovic <i.velickovic@unsw.edu.au>
  • Loading branch information
Ivan-Velickovic authored and JE-Archer committed Oct 9, 2024
1 parent ef74b2a commit 3f23025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/serial/virtio/include/console.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

#pragma once

#define DEBUG_DRIVER
// #define DEBUG_DRIVER

#ifdef DEBUG_DRIVER
#define LOG_DRIVER(...) do{ sddf_dprintf("CONSOLE DRIVER|INFO: "); sddf_dprintf(__VA_ARGS__); }while(0)
Expand Down

0 comments on commit 3f23025

Please sign in to comment.