Add deprecation attribute to common_configs

This commit is contained in:
Jan Niehusmann 2022-10-15 12:55:46 +00:00
parent b81ad6f599
commit fb7fba03ad

View file

@ -45,4 +45,5 @@ pub use self::utils::*;
pub use self::writer::Writer;
/// Common configurations for UART.
#[deprecated(note = "Use UartConfig::new(...) instead.")]
pub mod common_configs;