From 604275341ecbb830e852a3522d7957ad66828dee Mon Sep 17 00:00:00 2001 From: hathach Date: Wed, 28 Mar 2018 13:38:17 +0700 Subject: repo cleanup --- tinyusb/common/binary.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tinyusb/common/binary.h') 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 #include -#include "compiler/tusb_compiler.h" +#include "tusb_compiler.h" //------------- Bit manipulation -------------// #define BIT_(n) (1U << (n)) ///< n-th Bit -- cgit v1.3.1