Skip to content

Commit 545dfa5

Browse files
author
hpingel
committed
enable with_net_debug in case of network kernel for now
1 parent 8c11104 commit 545dfa5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Source/Firmware/kernel_menu.h

+1-3
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@
3030
#ifndef _kernel_h
3131
#define _kernel_h
3232

33-
//#define WITH_NET_DEBUG
34-
35-
3633
#ifndef COMPILE_MENU_WITH_SOUND
3734
#define COMPILE_MENU_WITH_SOUND
3835
#endif
@@ -90,6 +87,7 @@ extern int screenType;
9087
#include "crt.h"
9188

9289
#ifdef WITH_NET
90+
#define WITH_NET_DEBUG
9391
#include "net.h"
9492
#endif
9593

0 commit comments

Comments
 (0)