diff options
Diffstat (limited to 'tinyusb/common')
| -rw-r--r-- | tinyusb/common/tusb_fifo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyusb/common/tusb_fifo.h b/tinyusb/common/tusb_fifo.h index 217781c9c..452b1f35f 100644 --- a/tinyusb/common/tusb_fifo.h +++ b/tinyusb/common/tusb_fifo.h @@ -57,7 +57,7 @@ #include "osal/osal.h"
-#if CFG_TUSB_OS == TUSB_OS_NONE
+#if CFG_TUSB_OS == OPT_OS_NONE
// Since all fifo read/write is done in thread mode, there should be
// no conflict except for osal queue which will be address seperatedly.
// Therefore there may be no need for mutex with internal use of fifo
|
