1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 06:23:53 +01:00

Merge pull request #8491 from cladmi/pr/sntp_h/add_timeout_unit

sntp.h: document sntp_sync timeout unit
This commit is contained in:
Martine Lenders 2018-01-30 21:29:31 +01:00 committed by GitHub
commit ba6c6a4c0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@ extern "C" {
* @brief Synchronize with time server
*
* @param[in] server The time server
* @param[in] timeout Timeout for the server response
* @param[in] timeout Timeout for the server response in microseconds
*
* @return 0 on success
* @return Negative number on error