Skip to content

Commit

Permalink
defined(ECLIPSE_GUI)
Browse files Browse the repository at this point in the history
  • Loading branch information
rgrr committed Aug 20, 2023
1 parent 2810732 commit 2c1addf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/class/net/ncm_device.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 2c1addf

Please sign in to comment.