forked from Imagelibrary/lwip
fix missing standard includes
These were a problem only if arch.h does not include them. Signed-off-by: Simon Goldschmidt <goldsimon@gmx.de>
This commit is contained in:
@@ -48,7 +48,7 @@ sntp_set_system_time(u32_t sec)
|
||||
#endif
|
||||
|
||||
strftime(buf, sizeof(buf), "%d.%m.%Y %H:%M:%S", ¤t_time_val);
|
||||
printf("SNTP time: %s\n", buf);
|
||||
LWIP_PLATFORM_DIAG(("SNTP time: %s\n", buf));
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user