summaryrefslogtreecommitdiff
path: root/tinyusb/common/binary.h
diff options
context:
space:
mode:
authorhathach <[email protected]>2018-03-28 13:38:17 +0700
committerhathach <[email protected]>2018-03-28 13:38:17 +0700
commit604275341ecbb830e852a3522d7957ad66828dee (patch)
tree7593a52cb324df454d84b180cfcc76212707c4c6 /tinyusb/common/binary.h
parent03582f74b8ac7fd83c9bb695777713f781e8f1a1 (diff)
repo cleanup
Diffstat (limited to 'tinyusb/common/binary.h')
-rw-r--r--tinyusb/common/binary.h2
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