diff --git a/components/esp_modem/include/cxx_include/esp_modem_api.hpp b/components/esp_modem/include/cxx_include/esp_modem_api.hpp index 844df3ed6..7e9626e98 100644 --- a/components/esp_modem/include/cxx_include/esp_modem_api.hpp +++ b/components/esp_modem/include/cxx_include/esp_modem_api.hpp @@ -73,7 +73,7 @@ std::shared_ptr 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 diff --git a/components/esp_modem/include/cxx_include/esp_modem_cmux.hpp b/components/esp_modem/include/cxx_include/esp_modem_cmux.hpp index a9ae7e0e5..8be1b74cf 100644 --- a/components/esp_modem/include/cxx_include/esp_modem_cmux.hpp +++ b/components/esp_modem/include/cxx_include/esp_modem_cmux.hpp @@ -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