summaryrefslogtreecommitdiff
path: root/hw/bsp/same54xplainedpro/same54xplainedpro.c
diff options
context:
space:
mode:
authorhathach <[email protected]>2022-02-23 21:46:40 +0700
committerhathach <[email protected]>2022-02-25 18:35:21 +0700
commitd10326cb4e0f48a05bc39c6f51b7b0fb29427cc9 (patch)
tree698a451a7e4975699d43c792ac5ae5c6c677b8d1 /hw/bsp/same54xplainedpro/same54xplainedpro.c
parent4a5a53b3b88fcd2f5ec7f1f94eb07c27cb1e9bec (diff)
rename TUSB_OPT_DEVICE_ENABLED to CFG_TUD_ENABLED
TUSB_OPT_DEVICE_ENABLED still usable for backward compatible
Diffstat (limited to 'hw/bsp/same54xplainedpro/same54xplainedpro.c')
-rw-r--r--hw/bsp/same54xplainedpro/same54xplainedpro.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/bsp/same54xplainedpro/same54xplainedpro.c b/hw/bsp/same54xplainedpro/same54xplainedpro.c
index 4c38fc6eb..ba1eec38b 100644
--- a/hw/bsp/same54xplainedpro/same54xplainedpro.c
+++ b/hw/bsp/same54xplainedpro/same54xplainedpro.c
@@ -223,7 +223,7 @@ void board_init(void)
#endif
-#if TUSB_OPT_DEVICE_ENABLED
+#if CFG_TUD_ENABLED
#if CFG_TUSB_DEBUG >= 2
uart_send_str(BOARD_NAME " USB device enabled\n");
#endif