diff options
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/device/device_virtual_com/src/tusb_config.h | 3 | ||||
| -rw-r--r-- | examples/device/nrf52840/src/tusb_config.h | 5 |
2 files changed, 1 insertions, 7 deletions
diff --git a/examples/device/device_virtual_com/src/tusb_config.h b/examples/device/device_virtual_com/src/tusb_config.h index d5139e385..e2a9e6a40 100644 --- a/examples/device/device_virtual_com/src/tusb_config.h +++ b/examples/device/device_virtual_com/src/tusb_config.h @@ -70,9 +70,6 @@ //#define CFG_TUSB_OS TUSB_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_TUSB_TICKS_HZ 1000 - -//#define CFG_TUSB_OS TUSB_OS_NONE //--------------------------------------------------------------------+ // USB RAM PLACEMENT diff --git a/examples/device/nrf52840/src/tusb_config.h b/examples/device/nrf52840/src/tusb_config.h index 75d137d1d..44c4557cc 100644 --- a/examples/device/nrf52840/src/tusb_config.h +++ b/examples/device/nrf52840/src/tusb_config.h @@ -68,10 +68,7 @@ #define CFG_TUSB_DEBUG 2 #define CFG_TUSB_OS TUSB_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_TUSB_TICKS_HZ 1000 - -//#define CFG_TUSB_OS TUSB_OS_NONE +//#define CFG_TUSB_OS_TASK_PRIO 0 // be passed from IDE/command line for easy project switching //--------------------------------------------------------------------+ // USB RAM PLACEMENT |
