diff options
| author | hathach <[email protected]> | 2018-03-28 13:25:14 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-03-28 13:25:14 +0700 |
| commit | 03582f74b8ac7fd83c9bb695777713f781e8f1a1 (patch) | |
| tree | 01567c29f723908afc551302fd4f95af76e50cef /tinyusb/common/binary.h | |
| parent | b6683b1c4777f1862ab102a6dd3f607b3f82437e (diff) | |
more rename
Diffstat (limited to 'tinyusb/common/binary.h')
| -rw-r--r-- | tinyusb/common/binary.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyusb/common/binary.h b/tinyusb/common/binary.h index ed7eecb27..4f2c81786 100644 --- a/tinyusb/common/binary.h +++ b/tinyusb/common/binary.h @@ -49,7 +49,7 @@ #include <stdbool.h>
#include <stdint.h>
-#include "compiler/compiler.h"
+#include "compiler/tusb_compiler.h"
//------------- Bit manipulation -------------//
#define BIT_(n) (1U << (n)) ///< n-th Bit
|
