From 9218d1e8bb9fd6cb37358c9e08f6ff9849c6110c Mon Sep 17 00:00:00 2001 From: hathach Date: Fri, 1 May 2015 18:34:08 +0700 Subject: replace ATTR_PACKED_STRUCT by simply ATTR_PACKED (drop IAR support) remove "primitive_types.h" by simply include stdbool.h, stdint.h --- tinyusb/common/binary.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tinyusb/common/binary.h') 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 +#include #include "compiler/compiler.h" //------------- Bit manipulation -------------// -- cgit v1.3.1