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_descriptors.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tinyusb/common/std_descriptors.h') diff --git a/tinyusb/common/std_descriptors.h b/tinyusb/common/std_descriptors.h index 2deb43c7d..8b8da9c04 100644 --- a/tinyusb/common/std_descriptors.h +++ b/tinyusb/common/std_descriptors.h @@ -49,6 +49,10 @@ extern "C" { #endif +#include "tusb_option.h" +#include "primitive_types.h" +#include "compiler/compiler.h" + //--------------------------------------------------------------------+ // STANDARD DESCRIPTORS //--------------------------------------------------------------------+ -- cgit v1.3.1