Add raw_hid support to host driver (#25255)

This commit is contained in:
Joel Challis
2025-05-11 23:38:48 +01:00
committed by GitHub
parent c045c3e00c
commit 88c094908b
12 changed files with 95 additions and 36 deletions

View File

@@ -33,10 +33,6 @@ ifeq ($(strip $(PROGRAMMABLE_BUTTON_ENABLE)), yes)
SHARED_EP_ENABLE = yes
endif
ifeq ($(strip $(RAW_ENABLE)), yes)
OPT_DEFS += -DRAW_ENABLE
endif
ifeq ($(strip $(CONSOLE_ENABLE)), yes)
OPT_DEFS += -DCONSOLE_ENABLE
else