mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-09-26 20:00:27 +00:00
Fixing the nrf54l drive configuration bug
This commit is contained in:
parent
7f1f237702
commit
7b7a62a0c2
@ -292,7 +292,7 @@ pub(crate) fn convert_drive(w: &mut pac::gpio::regs::PinCnf, drive: OutputDrive)
|
||||
}
|
||||
|
||||
w.set_drive0(convert(drive.low));
|
||||
w.set_drive0(convert(drive.high));
|
||||
w.set_drive1(convert(drive.high));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user