mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-16 12:02:11 +02:00
esp_modem: Formal updates per code review
This commit is contained in:
committed by
David Cermak
parent
1fb9150bcc
commit
148a9300a4
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user