Fix function name

This commit is contained in:
chemicstry 2022-02-09 02:04:31 +02:00
parent 1f81a69347
commit a766bf635d

View File

@ -33,7 +33,7 @@ async fn main(_spawner: Spawner, p: Peripherals) {
let mut tx_buffer = [0u8; 66]; let mut tx_buffer = [0u8; 66];
// USB with external high-speed PHY // USB with external high-speed PHY
let peri = UsbOtg::new_ulpi( let peri = UsbOtg::new_hs_ulpi(
p.USB_OTG_HS, p.USB_OTG_HS,
p.PA5, p.PA5,
p.PC2, p.PC2,