// // Created by janco on 25-2-16. // #ifndef _Network_H #define _Network_H typedef enum {false, true} bool; extern bool NtpIsSyncing(void); extern void NtpInit(void); extern void GetTime(void); #endif /* _Network_H */