Skip to content

Commit cfd6d6a

Browse files
authored
Merge pull request #653 from embedcat/docs/fix-at-raw-description
[modem]: Fix esp_modem_at_raw() description in docs (C-API)
2 parents 6f90d85 + 492a6a0 commit cfd6d6a

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)