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/hal/hal.h | |
| parent | f6a3eeb9427d79fac1ac12f901ca38a155441d5c (diff) | |
rename errors.c/h to tusb_errors.c/h
Diffstat (limited to 'tinyusb/hal/hal.h')
| -rw-r--r-- | tinyusb/hal/hal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyusb/hal/hal.h b/tinyusb/hal/hal.h index e20907654..9170f3f5b 100644 --- a/tinyusb/hal/hal.h +++ b/tinyusb/hal/hal.h @@ -53,7 +53,7 @@ //--------------------------------------------------------------------+
#include "tusb_option.h"
#include "common/primitive_types.h"
-#include "common/errors.h"
+#include "common/tusb_errors.h"
#include "common/compiler/compiler.h"
//--------------------------------------------------------------------+
|
