Removed my _time() implementation to use newlib provided one.

This commit is contained in:
doragasu 2016-03-31 16:05:15 +02:00
parent f4a5675854
commit 11c9031d9b
3 changed files with 1 additions and 15 deletions

View file

@ -22,6 +22,7 @@
/* Add extras/sntp component to makefile for this include to work */
#include <sntp.h>
#include <time.h>
#define SNTP_SERVERS "0.pool.ntp.org", "1.pool.ntp.org", \
"2.pool.ntp.org", "3.pool.ntp.org"