mirror of
https://github.com/hathach/tinyusb.git
synced 2026-03-30 11:23:34 +00:00
defined(ECLIPSE_GUI)
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user