[htools/common] 调整默认Tick

This commit is contained in:
2025-09-28 17:45:37 +08:00
parent 0699b45f3a
commit 83e515f8dd

View File

@@ -77,7 +77,7 @@
/* configTICK_RATE_HZ sets frequency of the tick interrupt in Hz, normally
* calculated from the configCPU_CLOCK_HZ value. */
#define configTICK_RATE_HZ 100
#define configTICK_RATE_HZ 1000
/* Set configUSE_PREEMPTION to 1 to use pre-emptive scheduling. Set
* configUSE_PREEMPTION to 0 to use co-operative scheduling.