From 4a21fd430e819850a2b4a4109881d11c94de02c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Harter?= Date: Tue, 30 Jan 2018 20:25:35 +0100 Subject: [PATCH] sntp.h: document sntp_sync timeout unit It uses the same unit as sock_udp_recv. --- sys/include/net/sntp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/include/net/sntp.h b/sys/include/net/sntp.h index b3f4041ee4..43c16e25b3 100644 --- a/sys/include/net/sntp.h +++ b/sys/include/net/sntp.h @@ -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