From 18f97fef7e35937c017f2b2ad2300a920256f66b Mon Sep 17 00:00:00 2001 From: hathach Date: Thu, 12 Apr 2018 12:55:53 +0700 Subject: rename TUSB_OS_NONE, TUSB_OS_FREERTOS to OPT_OS_NONE, OPT_OS_FREERTOS --- tinyusb/common/tusb_fifo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tinyusb/common') 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 -- cgit v1.3.1