Pārlūkot izejas kodu

delete OS_FREERTOS

balbekova 7 gadi atpakaļ
vecāks
revīzija
238ff44dc6
1 mainītis faili ar 1 papildinājumiem un 2 dzēšanām
  1. 1 2
      user/stm32f4xx_it.c

+ 1 - 2
user/stm32f4xx_it.c

@@ -31,7 +31,7 @@
 #include "stm32f4xx_it.h"
 //#include "usart.h"
 
-#ifdef OS_FREERTOS
+
 /* Scheduler includes */
 #include "FreeRTOS.h"
 #include "task.h"
@@ -44,7 +44,6 @@ extern SemaphoreHandle_t s_xSemaphore;
 #include "stm32f4x7_eth.h"
 /* lwip includes */
 #include "lwip/sys.h"
-#endif
 
 
 #ifdef PRINTF_STDLIB