Fix warnings for embassy-stm32 and embassy-stm32-examples

This commit is contained in:
Lucas Kent
2021-05-20 18:54:10 +10:00
committed by Rukai
parent b5cdd296dd
commit 82f9242df2
18 changed files with 49 additions and 23 deletions

View File

@ -7,6 +7,7 @@ pub use _version::*;
use crate::gpio::Pin;
#[cfg_attr(feature = "defmt", derive(defmt::Format))]
pub enum Error {
Framing,
Crc,