mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-07 05:19:20 +00:00
Forgot commenting DEBUG_NETWORK
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
#include <types.h>
|
||||
#include <printf.h>
|
||||
|
||||
#define DEBUG_NETWORK 1
|
||||
// #define DEBUG_NETWORK 1
|
||||
|
||||
#ifdef DEBUG_NETWORK
|
||||
#define netdbg(m, ...) debug(m, ##__VA_ARGS__)
|
||||
|
Reference in New Issue
Block a user