the family name error of at32 has been corrected

This commit is contained in:
zhiqiang
2025-09-05 09:57:38 +08:00
parent f6ca80ab13
commit 3b983cb3e9
2 changed files with 6 additions and 2 deletions

View File

@@ -163,7 +163,11 @@ void usb_clock48m_select(usb_clk48_s clk_s)
void usb_gpio_config(void)
{
/*if needed*/
/* When the USB clock is enabled, the hardware will automatically
configure the pins; but other special pins that need to be used,
such as the pins used to detect VBUS or the pins that output the
SOF signal, still need to be configured separately, and these pins
are usually not required */
}
/**