mass rename tud_isr to tud_irq_handler

This commit is contained in:
hathach
2020-04-06 17:04:49 +07:00
parent 2d6d298302
commit dc4bf02dcb
24 changed files with 40 additions and 40 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_isr(x)= " \
-D"tud_irq_handler(x)= " \
include ../../rules.mk