diff options
| author | hathach <[email protected]> | 2018-03-28 13:38:17 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-03-28 13:38:17 +0700 |
| commit | 604275341ecbb830e852a3522d7957ad66828dee (patch) | |
| tree | 7593a52cb324df454d84b180cfcc76212707c4c6 /tinyusb/common/binary.h | |
| parent | 03582f74b8ac7fd83c9bb695777713f781e8f1a1 (diff) | |
repo cleanup
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 4f2c81786..3ab87e3f8 100644 --- a/tinyusb/common/binary.h +++ b/tinyusb/common/binary.h @@ -49,7 +49,7 @@ #include <stdbool.h>
#include <stdint.h>
-#include "compiler/tusb_compiler.h"
+#include "tusb_compiler.h"
//------------- Bit manipulation -------------//
#define BIT_(n) (1U << (n)) ///< n-th Bit
|
