diff options
| author | hathach <[email protected]> | 2018-07-01 15:15:47 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-07-01 15:15:47 +0700 |
| commit | 2deb0e9ae8e8831741d16487197638623a6e3889 (patch) | |
| tree | e694af2f5f76b643e919148756dc52f32d2f1447 /examples | |
| parent | ff219f1f019a90df4a5e9de9632cbe057a4c35ef (diff) | |
clean up
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/device/nrf52840/src/tusb_config.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/examples/device/nrf52840/src/tusb_config.h b/examples/device/nrf52840/src/tusb_config.h index 7d347a393..15d9390ce 100644 --- a/examples/device/nrf52840/src/tusb_config.h +++ b/examples/device/nrf52840/src/tusb_config.h @@ -55,8 +55,13 @@ //--------------------------------------------------------------------+ // DEVICE CONFIGURATION //--------------------------------------------------------------------+ -//#define CFG_TUD_TASK_PRIO 0 // be passed from IDE/command line for easy project switching +/*------------- RTOS -------------*/ +//#define CFG_TUD_TASK_QUEUE_SZ 16 +//#define CFG_TUD_TASK_STACK_SZ 150 +//#define CFG_TUD_TASK_PRIO 0 + +/*------------- Core -------------*/ #define CFG_TUD_DESC_AUTO 1 // #define CFG_TUD_DESC_VID 0xCAFE |
