#ifndef __USER_SNTP_H_ #define __USER_SNTP_H_ #include "mico.h" #include "MiCOKit_EXT.h" extern void sntp_init(void); #endif