- /**
- * @Author: 李建
- * @Date: 2025/3/24 10:09
- * Description: 时钟同步任务
- * Copyright: Copyright (©) 2025 永续绿建. All rights reserved.
- */
- #ifndef WIRE_CONTROLLER_TIME_SYNC_H
- #define WIRE_CONTROLLER_TIME_SYNC_H
- void initialize_sntp(void);
- void time_sync_start(void);
- #endif //WIRE_CONTROLLER_TIME_SYNC_H
|