nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches
date_time_ntp.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2021 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5 */
6
7#ifndef DATE_TIME_NTP_H_
8#define DATE_TIME_NTP_H_
9
10int date_time_ntp_get(int64_t *date_time_ms);
11
12#endif /* DATE_TIME_NTP_H_ */
int date_time_ntp_get(int64_t *date_time_ms)