mirror of
https://github.com/eddyem/stm32samples.git
synced 2026-05-09 06:16:54 +03:00
seems like it works; later TODO: add USART for RS232
This commit is contained in:
@@ -424,6 +424,7 @@ void USB_setup(){
|
||||
USB->BCDR |= USB_BCDR_DPPU; // turn ON DP pullup
|
||||
NVIC_EnableIRQ(USB_UCPD1_2_IRQn);
|
||||
#endif
|
||||
setup_interfaces();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user