diff --git a/src/third_party/stm32_cubeide/.cproject b/src/third_party/stm32_cubeide/.cproject
index ce89776f4..8e8405626 100644
--- a/src/third_party/stm32_cubeide/.cproject
+++ b/src/third_party/stm32_cubeide/.cproject
@@ -25,7 +25,7 @@
-
+
diff --git a/src/third_party/stm32_cubeide/LWIP/Target/lwipopts.h b/src/third_party/stm32_cubeide/LWIP/Target/lwipopts.h
index 2697bac25..508cf1c11 100644
--- a/src/third_party/stm32_cubeide/LWIP/Target/lwipopts.h
+++ b/src/third_party/stm32_cubeide/LWIP/Target/lwipopts.h
@@ -41,6 +41,7 @@ void sntpSetSystemTimeUs(uint32_t t, uint32_t us);
#define SNTP_SET_SYSTEM_TIME_US(t, us) sntpSetSystemTimeUs(t, us)
#define SNTP_SERVER_DNS 1
+#define SNTP_STARTUP_DELAY 0
/* USER CODE END 0 */
diff --git a/src/third_party/stm32_truestudio/Inc/lwipopts.h b/src/third_party/stm32_truestudio/Inc/lwipopts.h
index f3c9be221..d0e35890c 100644
--- a/src/third_party/stm32_truestudio/Inc/lwipopts.h
+++ b/src/third_party/stm32_truestudio/Inc/lwipopts.h
@@ -41,6 +41,7 @@ void sntpSetSystemTimeUs(uint32_t t, uint32_t us);
#define SNTP_SET_SYSTEM_TIME_US(t, us) sntpSetSystemTimeUs(t, us)
#define SNTP_SERVER_DNS 1
+#define SNTP_STARTUP_DELAY 0
/* USER CODE END 0 */