esp_modem: Formal updates per code review

This commit is contained in:
David Čermák
2021-06-17 22:20:21 +08:00
committed by David Cermak
parent 1fb9150bcc
commit 148a9300a4
2 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@ std::shared_ptr<DTE> create_vfs_dte(const dte_config *config);
/**
* @brief Create DCE based on SIM7600 module
* @param config DCE configuration
* @param DTE reference to the communicating DTE
* @param dte reference to the communicating DTE
* @param netif reference to the network interface
*
* @return unique ptr to the created DCE on success

View File

@ -18,7 +18,7 @@
namespace esp_modem {
constexpr size_t max_terms = 2;
constexpr size_t MAX_TERMINALS_NUM = 2;
/**
* @defgroup ESP_MODEM_CMUX ESP_MODEM CMUX class
* @brief Definition of CMUX terminal