mirror of
https://github.com/joeycastillo/second-movement.git
synced 2025-10-29 11:38:27 +00:00
increase delay before checking VBUS_DET
This commit is contained in:
parent
86fd87a326
commit
5ecc3d6384
@ -610,7 +610,7 @@ void app_init(void) {
|
||||
// check if we are plugged into USB power.
|
||||
HAL_GPIO_VBUS_DET_in();
|
||||
HAL_GPIO_VBUS_DET_pulldown();
|
||||
delay_ms(10);
|
||||
delay_ms(100);
|
||||
if (HAL_GPIO_VBUS_DET_read()){
|
||||
/// if so, enable USB functionality.
|
||||
_watch_enable_usb();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user