From 06bb9ad7a797d5da58358a59fb874782e1c67b59 Mon Sep 17 00:00:00 2001 From: hathach Date: Thu, 17 Apr 2014 22:57:11 +0700 Subject: 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 --- tinyusb/common/std_request.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tinyusb/common/std_request.h') 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) { -- cgit v1.3.1