mirror of
https://github.com/italicsjenga/rp-hal-boards.git
synced 2025-01-23 09:46:33 +11:00
Add deprecation attribute to common_configs
This commit is contained in:
parent
b81ad6f599
commit
fb7fba03ad
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue