summaryrefslogtreecommitdiffstats
path: root/include/net/sntp.h
Commit message (Collapse)AuthorAgeFilesLines
* sntp: use udp frameworkPhilippe Reynes2020-09-301-0/+58
This commits update the support of sntp to use the framework udp. This change allows to remove all the reference to sntp in the main network file net/net.c. Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com> Reviewed-by: Simon Glass <sjg@chromium.org>