more rename

This commit is contained in:
hathach 2018-03-28 13:10:57 +07:00
parent d1b184a9e7
commit 8f1a5e523c
5 changed files with 4 additions and 4 deletions

View File

@ -40,7 +40,7 @@
#if TUSB_CFG_DEVICE_CDC
#include "common/fifo.h" // TODO refractor
#include "common/tusb_fifo.h" // TODO refractor
#include "app_os_prio.h"
//--------------------------------------------------------------------+

View File

@ -67,7 +67,7 @@
#include "verify.h"
#include "binary.h"
#include "tusb_error.h"
#include "fifo.h"
#include "tusb_fifo.h"
//------------- TUSB Header -------------//
#include "tusb_types.h"

View File

@ -36,7 +36,7 @@
*/
/**************************************************************************/
#include "fifo.h"
#include "tusb_fifo.h"
/*------------------------------------------------------------------*/
/*

View File

@ -44,7 +44,7 @@
#define _TUSB_OSAL_NONE_H_
#include "osal_common.h"
#include "common/fifo.h"
#include "common/tusb_fifo.h"
#ifdef __cplusplus
extern "C" {