From e7d7cb222a32f768b47e6e39d92d12ed187a7055 Mon Sep 17 00:00:00 2001 From: hathach Date: Fri, 13 Apr 2018 16:10:42 +0700 Subject: rename CFG_TUSB_OS_TASK_PRIO to CFG_TUD_TASK_PRIO, TUC_DEVICE_STACKSIZE to CFG_TUD_TASK_STACKSIZE --- examples/device/device_virtual_com/src/tusb_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/device/device_virtual_com') diff --git a/examples/device/device_virtual_com/src/tusb_config.h b/examples/device/device_virtual_com/src/tusb_config.h index 7d2a9c539..a595f83b5 100644 --- a/examples/device/device_virtual_com/src/tusb_config.h +++ b/examples/device/device_virtual_com/src/tusb_config.h @@ -69,7 +69,7 @@ #define CFG_TUSB_DEBUG 2 //#define CFG_TUSB_OS OPT_OS_NONE // be passed from IDE/command line for easy project switching -//#define CFG_TUSB_OS_TASK_PRIO 0 // be passed from IDE/command line for easy project switching +//#define CFG_TUD_TASK_PRIO 0 // be passed from IDE/command line for easy project switching //--------------------------------------------------------------------+ // USB RAM PLACEMENT -- cgit v1.3.1