Forgot commenting DEBUG_NETWORK

This commit is contained in:
Alex 2023-01-09 03:33:21 +02:00
parent 4f6c7e8a0d
commit 46cdce8d1a
Signed by untrusted user who does not match committer: enderice2
GPG Key ID: EACC3AD603BAB4DD

View File

@ -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__)