rename file
This commit is contained in:
@@ -66,7 +66,7 @@
|
|||||||
#include "assertion.h"
|
#include "assertion.h"
|
||||||
#include "verify.h"
|
#include "verify.h"
|
||||||
#include "binary.h"
|
#include "binary.h"
|
||||||
#include "tusb_errors.h"
|
#include "tusb_error.h"
|
||||||
#include "fifo.h"
|
#include "fifo.h"
|
||||||
|
|
||||||
//------------- TUSB Header -------------//
|
//------------- TUSB Header -------------//
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/*!
|
/*!
|
||||||
@file errors.c
|
@file tusb_error.c
|
||||||
@author hathach (tinyusb.org)
|
@author hathach (tinyusb.org)
|
||||||
|
|
||||||
@section LICENSE
|
@section LICENSE
|
||||||
@@ -32,11 +32,11 @@
|
|||||||
INCLUDING NEGLIGENCE OR OTHERWISE ARISING IN ANY WAY OUT OF THE USE OF THIS
|
INCLUDING NEGLIGENCE OR OTHERWISE ARISING IN ANY WAY OUT OF THE USE OF THIS
|
||||||
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
This file is part of the tinyusb stack.
|
This file is part of the tinyusb stack.
|
||||||
*/
|
*/
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
#include "tusb_errors.h"
|
#include "tusb_error.h"
|
||||||
|
|
||||||
#if TUSB_CFG_DEBUG
|
#if TUSB_CFG_DEBUG
|
||||||
|
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/*!
|
/*!
|
||||||
@file tusb_errors.h
|
@file tusb_error.h
|
||||||
@author hathach (tinyusb.org)
|
@author hathach (tinyusb.org)
|
||||||
|
|
||||||
@section LICENSE
|
@section LICENSE
|
||||||
Reference in New Issue
Block a user