mirror of
https://github.com/hathach/tinyusb.git
synced 2025-04-18 11:42:25 +00:00
rename file
This commit is contained in:
parent
981c241435
commit
d1b184a9e7
@ -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
|
||||||
@ -36,7 +36,7 @@
|
|||||||
*/
|
*/
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
#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
|
Loading…
x
Reference in New Issue
Block a user