sntp_getservername: fix parameter name in doxygen comments

Reported-by: Gisle Vanem <gisle.vanem@gmail.com>
Signed-off-by: Simon Goldschmidt <goldsimon@gmx.de>
This commit is contained in:
Simon Goldschmidt 2018-08-18 20:23:24 +02:00
parent e351937ea4
commit 0674aa60fe

View File

@ -852,7 +852,7 @@ sntp_setservername(u8_t idx, const char *server)
/**
* Obtain one of the currently configured by name NTP servers.
*
* @param numdns the index of the NTP server
* @param idx the index of the NTP server
* @return IP address of the indexed NTP server or NULL if the NTP
* server has not been configured by name (or at all)
*/