summaryrefslogtreecommitdiff
path: root/tinyusb/common/binary.h
diff options
context:
space:
mode:
authorhathach <[email protected]>2015-05-01 18:34:08 +0700
committerhathach <[email protected]>2015-05-01 18:34:08 +0700
commit9218d1e8bb9fd6cb37358c9e08f6ff9849c6110c (patch)
tree902d45c86f4f28564e620217cc8a5810a37ba443 /tinyusb/common/binary.h
parent6dbd580b5398cf9e7a4b847b77539fe3f9ae9558 (diff)
replace ATTR_PACKED_STRUCT by simply ATTR_PACKED (drop IAR support)
remove "primitive_types.h" by simply include stdbool.h, stdint.h
Diffstat (limited to 'tinyusb/common/binary.h')
-rw-r--r--tinyusb/common/binary.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tinyusb/common/binary.h b/tinyusb/common/binary.h
index 6860295de..ed7eecb27 100644
--- a/tinyusb/common/binary.h
+++ b/tinyusb/common/binary.h
@@ -47,7 +47,8 @@
extern "C" {
#endif
-#include "primitive_types.h"
+#include <stdbool.h>
+#include <stdint.h>
#include "compiler/compiler.h"
//------------- Bit manipulation -------------//