summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2026-03-18 18:10:32 +0700
committerGitHub <[email protected]>2026-03-18 18:10:32 +0700
commit766ac4f7a2c223bb85312c8bb99f8c478c211bae (patch)
tree795c7b40c1d8567378ae052a783b0d8b28531ec5 /src
parent8f7f286ae347ec1adbfd0888d65fb1aeb263b7d2 (diff)
parent0521e6698eb0719c27ef7c2473c9152be30ae172 (diff)
Merge pull request #3557 from hathach/hil-host-cdc
add more hil tests
Diffstat (limited to 'src')
-rw-r--r--src/portable/mentor/musb/dcd_musb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/portable/mentor/musb/dcd_musb.c b/src/portable/mentor/musb/dcd_musb.c
index d329285e9..339048473 100644
--- a/src/portable/mentor/musb/dcd_musb.c
+++ b/src/portable/mentor/musb/dcd_musb.c
@@ -494,7 +494,7 @@ static void process_bus_reset(uint8_t rhport) {
*------------------------------------------------------------------*/
#if CFG_TUSB_DEBUG >= MUSB_DEBUG
-void print_musb_info(musb_regs_t* musb_regs) {
+static void print_musb_info(musb_regs_t* musb_regs) {
// print version, epinfo, raminfo, config_data0, fifo_size
TU_LOG1("musb version = %u.%u\r\n", musb_regs->hwvers_bit.major, musb_regs->hwvers_bit.minor);
TU_LOG1("Number of endpoints: %u TX, %u RX\r\n", musb_regs->epinfo_bit.tx_ep_num, musb_regs->epinfo_bit.rx_ep_num);