embassy-usb-synopsys-otg: default vbus_detect to false.
This commit is contained in:
parent
e2dfdcb509
commit
09781db85d
1 changed files with 1 additions and 1 deletions
|
@ -291,7 +291,7 @@ pub struct Config {
|
|||
|
||||
impl Default for Config {
|
||||
fn default() -> Self {
|
||||
Self { vbus_detection: true }
|
||||
Self { vbus_detection: false }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue