hathach 7 лет назад
Родитель
Сommit
e6fdfe8ac7
2 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/osal/osal.h
  2. 0 0
      src/osal/osal_freertos.h

+ 1 - 1
src/osal/osal.h

@@ -67,7 +67,7 @@ typedef void (*osal_task_func_t)( void * );
   #include "osal_none.h"
 #else
    #if CFG_TUSB_OS == OPT_OS_FREERTOS
-    #include "osal_freeRTOS.h"
+    #include "osal_freertos.h"
   #else
     #error CFG_TUSB_OS is not defined or OS is not supported yet
   #endif

+ 0 - 0
src/osal/osal_freeRTOS.h → src/osal/osal_freertos.h