summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHardy Griech <[email protected]>2023-08-20 18:27:06 +0200
committerHardy Griech <[email protected]>2023-08-20 18:27:06 +0200
commit2c1addff4f853586c8d9590e3f93d79fc7c6e250 (patch)
treef2c287932cf52f0032dd5a15c90edb8bff16ce10
parent28107326da6cbc462bf6644f1f6edd5d0bcb43b8 (diff)
defined(ECLIPSE_GUI)
-rw-r--r--src/class/net/ncm_device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/class/net/ncm_device.c b/src/class/net/ncm_device.c
index 65543fcab..1c6f888cd 100644
--- a/src/class/net/ncm_device.c
+++ b/src/class/net/ncm_device.c
@@ -46,7 +46,7 @@
#include "tusb_option.h"
-#if ECLIPSE_GUI || ( CFG_TUD_ENABLED && CFG_TUD_NCM )
+#if defined(ECLIPSE_GUI) || ( CFG_TUD_ENABLED && CFG_TUD_NCM )
#include <stdbool.h>
#include <stdint.h>