diff options
Diffstat (limited to 'embassy-usb-synopsys-otg')
| -rw-r--r-- | embassy-usb-synopsys-otg/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-usb-synopsys-otg/src/lib.rs b/embassy-usb-synopsys-otg/src/lib.rs index a84f50e5a..42cdfb6e1 100644 --- a/embassy-usb-synopsys-otg/src/lib.rs +++ b/embassy-usb-synopsys-otg/src/lib.rs | |||
| @@ -291,7 +291,7 @@ pub struct Config { | |||
| 291 | 291 | ||
| 292 | impl Default for Config { | 292 | impl Default for Config { |
| 293 | fn default() -> Self { | 293 | fn default() -> Self { |
| 294 | Self { vbus_detection: true } | 294 | Self { vbus_detection: false } |
| 295 | } | 295 | } |
| 296 | } | 296 | } |
| 297 | 297 | ||
