ソースを参照

change sntp to sntp_api

balbekova 7 年 前
コミット
3344dba187
1 ファイル変更1 行追加1 行削除
  1. 1 1
      modules/HTTP_Server/http_server.c

+ 1 - 1
modules/HTTP_Server/http_server.c

@@ -19,7 +19,7 @@
 #include "log.h"
 #include "hal.h"
 #include "radius_user.h"
-#include "sntp.h"
+#include "sntp_api.h"
 
 #ifdef PRINTF_STDLIB
 #include <stdio.h>