Remove TryLockError,

This commit is contained in:
Rasmus Melchior Jacobsen 2023-05-24 17:35:49 +02:00
parent 525e065474
commit bac8ad565e

View File

@ -83,7 +83,6 @@ pub enum Error {
Protected, Protected,
Unaligned, Unaligned,
Parallelism, Parallelism,
TryLockError,
} }
impl NorFlashError for Error { impl NorFlashError for Error {