From 492a6a00290f62e0d9669e6fe4f6dc778e131099 Mon Sep 17 00:00:00 2001 From: embedcat Date: Tue, 17 Sep 2024 14:49:01 +0300 Subject: [PATCH] docs(modem): Fix esp_modem_at_raw() description (C-API) --- .../esp_modem/include/generate/esp_modem_command_declare.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/components/esp_modem/include/generate/esp_modem_command_declare.inc b/components/esp_modem/include/generate/esp_modem_command_declare.inc index 909d716038..0f7b122f35 100644 --- a/components/esp_modem/include/generate/esp_modem_command_declare.inc +++ b/components/esp_modem/include/generate/esp_modem_command_declare.inc @@ -50,7 +50,6 @@ ESP_MODEM_DECLARE_DCE_COMMAND(set_pin, command_result, 1, STRING_IN(p1, pin)) \ * @param[out] out Raw output from DTE * @param[in] pass Pattern in response for the API to return OK * @param[in] fail Pattern in response for the API to return FAIL - * @param[in] cmd String command that's send to DTE * @param[in] timeout AT command timeout in milliseconds * @return OK, FAIL or TIMEOUT */\