Skip to content

Commit

Permalink
Merge pull request #653 from embedcat/docs/fix-at-raw-description
Browse files Browse the repository at this point in the history
[modem]: Fix esp_modem_at_raw() description in docs (C-API)
  • Loading branch information
david-cermak authored Sep 18, 2024
2 parents 6f90d85 + 492a6a0 commit cfd6d6a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/\
Expand Down

0 comments on commit cfd6d6a

Please sign in to comment.