From 4101df7a75c10710011d7e5cafa5b3737c45295a Mon Sep 17 00:00:00 2001 From: hathach Date: Sun, 24 Jan 2021 00:54:58 +0700 Subject: rp2040 hid_composite compiled and tested --- examples/device/hid_composite/src/tusb_config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'examples/device/hid_composite/src') diff --git a/examples/device/hid_composite/src/tusb_config.h b/examples/device/hid_composite/src/tusb_config.h index d8e6b73e8..3e608ed37 100644 --- a/examples/device/hid_composite/src/tusb_config.h +++ b/examples/device/hid_composite/src/tusb_config.h @@ -64,8 +64,9 @@ #error "Incorrect RHPort configuration" #endif -// This example doesn't use an RTOS +#ifndef CFG_TUSB_OS #define CFG_TUSB_OS OPT_OS_NONE +#endif // CFG_TUSB_DEBUG is defined by compiler in DEBUG build // #define CFG_TUSB_DEBUG 0 -- cgit v1.3.1