diff options
| author | hathach <[email protected]> | 2014-03-18 18:54:44 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2014-03-18 18:54:44 +0700 |
| commit | a8ea9e99d526e7597fcd0e7f2b474f2f3d77c43f (patch) | |
| tree | ac1ec6d0c42c8fc3522cb8fa8a06c6bc6e1309bc /tinyusb/common | |
| parent | f6a3eeb9427d79fac1ac12f901ca38a155441d5c (diff) | |
rename errors.c/h to tusb_errors.c/h
Diffstat (limited to 'tinyusb/common')
| -rw-r--r-- | tinyusb/common/common.h | 2 | ||||
| -rw-r--r-- | tinyusb/common/tusb_errors.c (renamed from tinyusb/common/errors.c) | 2 | ||||
| -rw-r--r-- | tinyusb/common/tusb_errors.h (renamed from tinyusb/common/errors.h) | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tinyusb/common/common.h b/tinyusb/common/common.h index a24887b2d..b63593ac6 100644 --- a/tinyusb/common/common.h +++ b/tinyusb/common/common.h @@ -73,7 +73,7 @@ #include "compiler/compiler.h"
#include "assertion.h"
#include "binary.h"
-#include "errors.h"
+#include "tusb_errors.h"
//------------- TUSB Header -------------//
#include "tusb_types.h"
diff --git a/tinyusb/common/errors.c b/tinyusb/common/tusb_errors.c index 00fc5784c..e0848a961 100644 --- a/tinyusb/common/errors.c +++ b/tinyusb/common/tusb_errors.c @@ -36,7 +36,7 @@ */
/**************************************************************************/
-#include "errors.h"
+#include "tusb_errors.h"
#if TUSB_CFG_DEBUG == 3
diff --git a/tinyusb/common/errors.h b/tinyusb/common/tusb_errors.h index c43143708..1d1424fd9 100644 --- a/tinyusb/common/errors.h +++ b/tinyusb/common/tusb_errors.h @@ -1,6 +1,6 @@ /**************************************************************************/
/*!
- @file errors.h
+ @file tusb_errors.h
@author hathach (tinyusb.org)
@section LICENSE
|
