summaryrefslogtreecommitdiff
path: root/examples/device
diff options
context:
space:
mode:
authorhathach <[email protected]>2020-04-06 17:04:49 +0700
committerhathach <[email protected]>2020-04-06 17:04:49 +0700
commitdc4bf02dcb8198c9647e13bc0f5b4e5fcdeef618 (patch)
treeccb10f184498635124375c8669b14e51fb31c6c1 /examples/device
parent2d6d298302be2d39374c36e7889341dee944d542 (diff)
mass rename tud_isr to tud_irq_handler
Diffstat (limited to 'examples/device')
-rw-r--r--examples/device/board_test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/device/board_test/Makefile b/examples/device/board_test/Makefile
index ce34c7ccd..66d8571cf 100644
--- a/examples/device/board_test/Makefile
+++ b/examples/device/board_test/Makefile
@@ -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