diff options
| author | hathach <[email protected]> | 2018-03-28 13:05:48 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-03-28 13:05:48 +0700 |
| commit | d1b184a9e7bc39c8101889b3887e27f828620545 (patch) | |
| tree | 94ef1961f569351775cd04658b577b2e17ace49f /tinyusb | |
| parent | 981c241435c8da8b9f2a49f1dd0f8d45a6de5c53 (diff) | |
rename file
Diffstat (limited to 'tinyusb')
| -rw-r--r-- | tinyusb/common/tusb_common.h | 2 | ||||
| -rw-r--r-- | tinyusb/common/tusb_error.c (renamed from tinyusb/common/tusb_errors.c) | 6 | ||||
| -rw-r--r-- | tinyusb/common/tusb_error.h (renamed from tinyusb/common/tusb_errors.h) | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/tinyusb/common/tusb_common.h b/tinyusb/common/tusb_common.h index 8c6a6c72f..aaca7e773 100644 --- a/tinyusb/common/tusb_common.h +++ b/tinyusb/common/tusb_common.h @@ -66,7 +66,7 @@ #include "assertion.h"
#include "verify.h"
#include "binary.h"
-#include "tusb_errors.h"
+#include "tusb_error.h"
#include "fifo.h"
//------------- TUSB Header -------------//
diff --git a/tinyusb/common/tusb_errors.c b/tinyusb/common/tusb_error.c index 170cb31d4..3236a5a3f 100644 --- a/tinyusb/common/tusb_errors.c +++ b/tinyusb/common/tusb_error.c @@ -1,6 +1,6 @@ /**************************************************************************/
/*!
- @file errors.c
+ @file tusb_error.c
@author hathach (tinyusb.org)
@section LICENSE
@@ -32,11 +32,11 @@ INCLUDING NEGLIGENCE OR OTHERWISE ARISING IN ANY WAY OUT OF THE USE OF THIS
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
diff --git a/tinyusb/common/tusb_errors.h b/tinyusb/common/tusb_error.h index 0406530b5..24826f36f 100644 --- a/tinyusb/common/tusb_errors.h +++ b/tinyusb/common/tusb_error.h @@ -1,6 +1,6 @@ /**************************************************************************/
/*!
- @file tusb_errors.h
+ @file tusb_error.h
@author hathach (tinyusb.org)
@section LICENSE
|
