diff options
| author | hathach <[email protected]> | 2020-04-17 12:27:53 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2020-04-17 12:27:53 +0700 |
| commit | 50be9d7c3ad08fdc8a79f38606111cf83c84efb9 (patch) | |
| tree | 97d6a53cdf69d213427aae77d9b3a3fbc0f6f976 /examples | |
| parent | 4bbbba48cbcd1aa655e1f7367f39d5c22e89a8d9 (diff) | |
mass rename tud/dcd_irq_handler to tud/dcd_init_handler
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/device/board_test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/device/board_test/Makefile b/examples/device/board_test/Makefile index 66d8571cf..b65575ce6 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_irq_handler(x)= " \ + -D"tud_int_handler(x)= " \ include ../../rules.mk |
