diff --git a/src/modem/mod.rs b/src/modem/mod.rs index 375544b..490dbea 100644 --- a/src/modem/mod.rs +++ b/src/modem/mod.rs @@ -53,7 +53,7 @@ pub struct Modem<'c, P> { automatic_registration: bool, user_network_priority: Vec, current_network_priority: Vec, - // Time given to each RAT before trying the next + /// Time given to each RAT before trying the next auto_reg_timeout: Duration, }