浏览代码

delete OS_FREERTOS

balbekova 7 年之前
父节点
当前提交
238ff44dc6
共有 1 个文件被更改,包括 1 次插入2 次删除
  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