Unstabilize AtCmdConfig (#2953)

This commit is contained in:
Dániel Buga 2025-01-14 14:02:37 +01:00 committed by GitHub
parent e6c38c59b7
commit 2da7cbc812
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -452,6 +452,7 @@ impl Default for Config {
/// Configuration for the AT-CMD detection functionality
#[derive(Clone, Copy, PartialEq, Eq, Hash, Debug, procmacros::BuilderLite)]
#[cfg_attr(feature = "defmt", derive(defmt::Format))]
#[instability::unstable]
#[non_exhaustive]
pub struct AtCmdConfig {
/// Optional idle time before the AT command detection begins, in clock
@ -1161,6 +1162,7 @@ where
}
/// Configures the AT-CMD detection settings
#[instability::unstable]
pub fn set_at_cmd(&mut self, config: AtCmdConfig) {
let register_block = self.register_block();