drivers: modem: hl7800: Add delayed start
Allow application control for starting modem driver. This allows network attach to be randomized. Signed-off-by: Ryan Erickson <ryan.erickson@lairdconnect.com>
This commit is contained in:
parent
b83681d156
commit
11e992099b
3 changed files with 39 additions and 17 deletions
|
@ -155,7 +155,7 @@ typedef void (*mdm_hl7800_event_callback_t)(enum mdm_hl7800_event event,
|
|||
int32_t mdm_hl7800_power_off(void);
|
||||
|
||||
/**
|
||||
* @brief Reset the HL7800
|
||||
* @brief Reset the HL7800 (and allow it to reconfigure).
|
||||
*
|
||||
* @return int32_t 0 for success
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue