diff options
| author | hathach <[email protected]> | 2015-05-01 18:34:08 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2015-05-01 18:34:08 +0700 |
| commit | 9218d1e8bb9fd6cb37358c9e08f6ff9849c6110c (patch) | |
| tree | 902d45c86f4f28564e620217cc8a5810a37ba443 /tinyusb/common/assertion.h | |
| parent | 6dbd580b5398cf9e7a4b847b77539fe3f9ae9558 (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/assertion.h')
| -rw-r--r-- | tinyusb/common/assertion.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tinyusb/common/assertion.h b/tinyusb/common/assertion.h index dd2fbdc67..5d78dcce1 100644 --- a/tinyusb/common/assertion.h +++ b/tinyusb/common/assertion.h @@ -50,7 +50,8 @@ extern "C" #endif
#include "tusb_option.h"
-#include "primitive_types.h"
+#include <stdbool.h>
+#include <stdint.h>
#include "compiler/compiler.h"
#include "hal/hal.h" // TODO find a way to break hal dependency
|
