We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ab9956 commit acf10d9Copy full SHA for acf10d9
sys/include/net/ntp_packet.h
@@ -14,6 +14,8 @@
14
* @brief The NTP packet module provides functionality to manipulate the NTP header
15
* @{
16
*
17
+ * @see An implementation of Simple NTP can be found in @ref net_sntp.
18
+ *
19
* @file
20
* @brief NTP packet definitions
21
@@ -46,7 +48,7 @@ extern "C" {
46
48
#define NTP_PORT (123U) /**< NTP port number */
47
49
50
/**
- * @brief Offset in seconds of NTP timestamp (seconds from 1990-01-01 00:00:00 UTC)
51
+ * @brief Offset in seconds of NTP timestamp (seconds from 1900-01-01 00:00:00 UTC)
52
* to UNIX timestamp (seconds from 1970-01-01 00:00:00 UTC).
53
*/
54
#define NTP_UNIX_OFFSET (2208988800)
0 commit comments