stm32/uart fix leftover DmaUnsynced public api

This commit is contained in:
dvdsk 2024-11-02 14:00:27 +01:00
parent edac7cc630
commit 43ff5a9b28
No known key found for this signature in database
GPG Key ID: F687E89FC7894F98

View File

@ -1689,7 +1689,6 @@ impl embedded_hal_nb::serial::Error for Error {
Self::Overrun => embedded_hal_nb::serial::ErrorKind::Overrun,
Self::Parity => embedded_hal_nb::serial::ErrorKind::Parity,
Self::BufferTooLong => embedded_hal_nb::serial::ErrorKind::Other,
Self::DmaUnsynced => embedded_hal_nb::serial::ErrorKind::Other,
}
}
}