mass rename tud/dcd_irq_handler to tud/dcd_init_handler

This commit is contained in:
hathach
2020-04-17 12:27:53 +07:00
parent 4bbbba48cb
commit 50be9d7c3a
81 changed files with 104 additions and 104 deletions

View File

@@ -13,6 +13,6 @@ SRC_C += $(addprefix $(CURRENT_PATH)/, $(EXAMPLE_SOURCE))
# This can cause some TinyUSB API missing, this hack to allow us to fill those API
# to pass the compilation process
CFLAGS += \
-D"tud_irq_handler(x)= " \
-D"tud_int_handler(x)= " \
include ../../rules.mk