Ver Fonte

change sntp to sntp_api

balbekova há 7 anos atrás
pai
commit
3344dba187
1 ficheiros alterados com 1 adições e 1 exclusões
  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>