From 2d98dae13e5a380bcaf8033a886d1220d174710d Mon Sep 17 00:00:00 2001 From: hathach Date: Sun, 3 Nov 2019 11:45:41 +0700 Subject: [PATCH] fix travis build issue --- examples/device/dfu_rt/src/tusb_config.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/device/dfu_rt/src/tusb_config.h b/examples/device/dfu_rt/src/tusb_config.h index b4f7a556..7e79995d 100644 --- a/examples/device/dfu_rt/src/tusb_config.h +++ b/examples/device/dfu_rt/src/tusb_config.h @@ -51,7 +51,9 @@ // DEVICE CONFIGURATION //-------------------------------------------------------------------- +#ifndef CFG_TUD_ENDPOINT0_SIZE #define CFG_TUD_ENDPOINT0_SIZE 64 +#endif //------------- CLASS -------------//