embassy-usb-synopsys-otg: default vbus_detect to false.
This commit is contained in:
@@ -291,7 +291,7 @@ pub struct Config {
|
||||
|
||||
impl Default for Config {
|
||||
fn default() -> Self {
|
||||
Self { vbus_detection: true }
|
||||
Self { vbus_detection: false }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user