esp_modem(Docs): Minor correction of the docs

This commit is contained in:
David Cermak
2021-06-17 16:46:45 +02:00
parent fb7295e91a
commit c1b1330680
2 changed files with 2 additions and 2 deletions

View File

@ -84,7 +84,7 @@ public:
class ModuleIf {
public:
/**
* @brief Sets the data mode up (provides the necessary configuration to connect to the cellular network
* @brief Sets the data mode up (provides the necessary configuration to connect to the cellular network)
* @return true on success
*/
virtual bool setup_data_mode() = 0;