mirror of
https://github.com/a2633063/zTC1.git
synced 2025-12-08 04:52:51 +08:00
14 lines
132 B
C
14 lines
132 B
C
|
|
#ifndef __USER_SNTP_H_
|
|
#define __USER_SNTP_H_
|
|
|
|
|
|
#include "mico.h"
|
|
#include "MiCOKit_EXT.h"
|
|
|
|
extern void sntp_init(void);
|
|
|
|
|
|
|
|
#endif
|