fix build with freertos

This commit is contained in:
hathach 2021-03-10 17:21:59 +07:00
parent 794083b647
commit e864bda627
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ extern "C" {
#endif
#if CFG_FIFO_MUTEX
#include "osal/osal.h"
#define tu_fifo_mutex_t osal_mutex_t
#endif