rename file

This commit is contained in:
hathach 2018-09-02 20:37:02 +07:00
parent 1a4a27324b
commit e6fdfe8ac7
2 changed files with 1 additions and 1 deletions

View File

@ -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