Parcourir la source

change sntp to sntp_api

balbekova il y a 7 ans
Parent
commit
3344dba187
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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>