diff options
| author | hathach <[email protected]> | 2014-04-17 22:57:11 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2014-04-17 22:57:11 +0700 |
| commit | 06bb9ad7a797d5da58358a59fb874782e1c67b59 (patch) | |
| tree | 399b4e7108dc4ef2094468450865fcbbc2ae3dfa /tinyusb/common/std_request.h | |
| parent | 69c46b2f9a1b272392fe5fb26d6cbea1da530c13 (diff) | |
move STRING & XSTRING & STATIC_ASSERT to compiler.h
disable test for a class of cdc host
temporarily disable test for test_osal_none.c
change include in some core files
remove osal.h from common.h
Diffstat (limited to 'tinyusb/common/std_request.h')
| -rw-r--r-- | tinyusb/common/std_request.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tinyusb/common/std_request.h b/tinyusb/common/std_request.h index 0ace160c4..46ce76c4f 100644 --- a/tinyusb/common/std_request.h +++ b/tinyusb/common/std_request.h @@ -46,6 +46,10 @@ extern "C" {
#endif
+#include "tusb_option.h"
+#include "primitive_types.h"
+#include "compiler/compiler.h"
+
typedef ATTR_PACKED_STRUCT(struct){
union {
ATTR_PACKED_STRUCT(struct) {
|
