Skip to content

Commit 492a6a0

Browse files
committed
docs(modem): Fix esp_modem_at_raw() description (C-API)
1 parent 6705bca commit 492a6a0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

components/esp_modem/include/generate/esp_modem_command_declare.inc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ ESP_MODEM_DECLARE_DCE_COMMAND(set_pin, command_result, 1, STRING_IN(p1, pin)) \
5050
* @param[out] out Raw output from DTE
5151
* @param[in] pass Pattern in response for the API to return OK
5252
* @param[in] fail Pattern in response for the API to return FAIL
53-
* @param[in] cmd String command that's send to DTE
5453
* @param[in] timeout AT command timeout in milliseconds
5554
* @return OK, FAIL or TIMEOUT
5655
*/\

0 commit comments

Comments
 (0)