- Removed the enable assert from UARTE.

- Added nRF9160 to CI.
This commit is contained in:
Dion Dokter
2021-10-13 15:00:08 +02:00
parent ddcee446c1
commit c1c704bfc8
2 changed files with 3 additions and 2 deletions

View File

@ -68,8 +68,6 @@ impl<'d, T: Instance> Uarte<'d, T> {
let r = T::regs();
assert!(r.enable.read().enable().is_disabled());
rxd.conf().write(|w| w.input().connect().drive().h0h1());
r.psel.rxd.write(|w| unsafe { w.bits(rxd.psel_bits()) });