esp_modem: Fix param description for get_operator_name()

Co-authored-by: Franz Höpfinger <krone-trailer@franzhoepfinger.de>
This commit is contained in:
diplfranzhoepfinger
2022-05-24 17:44:35 +02:00
committed by GitHub
parent 2a4e684848
commit a661e51f7e

View File

@ -47,7 +47,7 @@
ESP_MODEM_DECLARE_DCE_COMMAND(sync, command_result, 0) \
/**
* @brief Reads the operator name
* @param[out] name module name
* @param[out] operator name
* @return OK, FAIL or TIMEOUT
*/ \
ESP_MODEM_DECLARE_DCE_COMMAND(get_operator_name, command_result, 1, STRING_OUT(p1, name)) \