mirror of
https://github.com/hathach/tinyusb.git
synced 2025-02-15 12:39:50 +00:00
clean up remove CFG_TUSB_TICKS_HZ
This commit is contained in:
parent
81935c91e9
commit
33af6b6549
@ -21,7 +21,6 @@
|
||||
#define CFG_TUSB_MCU ///< Select one of the supported MCU, the value must be from \ref group_mcu
|
||||
#define CFG_TUSB_OS ///< Select one of the supported RTOS, the value must be from \ref group_supported_os.
|
||||
#define CFG_TUSB_OS_TASK_PRIO ///< If \ref CFG_TUSB_OS is configured to use a real RTOS (other than TUSB_OS_NONE). This determines the priority of the usb stack task.
|
||||
#define CFG_TUSB_TICKS_HZ ///< The rate ticks in hert. This is used in conjunction with \ref tusb_tick_get to calculate timing.
|
||||
|
||||
//--------------------------------------------------------------------+
|
||||
// HOST CONFIGURATION
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -87,7 +87,6 @@
|
||||
#define CFG_TUSB_DEBUG 3
|
||||
|
||||
#define CFG_TUSB_OS TUSB_OS_NONE
|
||||
#define CFG_TUSB_TICKS_HZ 1000 // 1 ms tick
|
||||
#define CFG_TUSB_ATTR_USBRAM
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
Loading…
x
Reference in New Issue
Block a user