summaryrefslogtreecommitdiff
path: root/vendor
diff options
context:
space:
mode:
authorhathach <[email protected]>2018-04-12 12:55:53 +0700
committerhathach <[email protected]>2018-04-12 12:55:53 +0700
commit18f97fef7e35937c017f2b2ad2300a920256f66b (patch)
treeaf34770b4d075588f91b0e335f949b82283ad11c /vendor
parentdf367bac54ac8926c51f2d8f11e4ca9a0abf50a8 (diff)
rename TUSB_OS_NONE, TUSB_OS_FREERTOS to OPT_OS_NONE, OPT_OS_FREERTOS
Diffstat (limited to 'vendor')
-rw-r--r--vendor/fatfs/diskio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/fatfs/diskio.c b/vendor/fatfs/diskio.c
index ecaccec3e..54a228019 100644
--- a/vendor/fatfs/diskio.c
+++ b/vendor/fatfs/diskio.c
@@ -63,7 +63,7 @@ static DRESULT wait_for_io_complete(uint8_t usb_addr)
while ( tuh_msc_is_busy(usb_addr) )
{
// TODO should have timeout here
- #if CFG_TUSB_OS != TUSB_OS_NONE
+ #if CFG_TUSB_OS != OPT_OS_NONE
osal_task_delay(10);
#endif
}