diff options
| author | hathach <[email protected]> | 2018-04-13 16:10:42 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-04-13 16:10:42 +0700 |
| commit | e7d7cb222a32f768b47e6e39d92d12ed187a7055 (patch) | |
| tree | 8d22cd31c42065cbd00598142fd5b26837b6b705 /examples/device | |
| parent | a24615bffcba2272af9d0d75bdefb6a8a6180e89 (diff) | |
rename CFG_TUSB_OS_TASK_PRIO to CFG_TUD_TASK_PRIO, TUC_DEVICE_STACKSIZE to CFG_TUD_TASK_STACKSIZE
Diffstat (limited to 'examples/device')
| -rw-r--r-- | examples/device/device_virtual_com/src/tusb_config.h | 2 | ||||
| -rw-r--r-- | examples/device/nrf52840/src/tusb_config.h | 2 |
2 files changed, 2 insertions, 2 deletions
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 diff --git a/examples/device/nrf52840/src/tusb_config.h b/examples/device/nrf52840/src/tusb_config.h index c58798040..1e2e2ac33 100644 --- a/examples/device/nrf52840/src/tusb_config.h +++ b/examples/device/nrf52840/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 |
