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/common.h | |
| parent | f6a3eeb9427d79fac1ac12f901ca38a155441d5c (diff) | |
rename errors.c/h to tusb_errors.c/h
Diffstat (limited to 'tinyusb/common/common.h')
| -rw-r--r-- | tinyusb/common/common.h | 2 |
1 files changed, 1 insertions, 1 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"
|
