commit | 8a9153678a1ccd5c6007bb04a37c8524ea6b6698 | [log] [tgz] |
---|---|---|
author | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Thu Apr 02 20:53:26 2020 +0300 |
committer | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Thu Apr 09 16:07:03 2020 +0300 |
tree | 4e535d1c00e6718268784ab6a6204eec72b6f1fd | |
parent | a49741ff6652242643bc79fe60c64421b89ac46e [diff] |
net: sntp: Refactor because of timeout overhaul Use 64-bit time in order to avoid overlaps, and do not use K_MSEC() as that will convert to k_timeout_t which we do not want in this case. Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>