diff options
| author | JF <jf@codingfield.com> | 2020-01-12 15:00:45 (GMT) |
|---|---|---|
| committer | JF <jf@codingfield.com> | 2020-01-12 15:00:45 (GMT) |
| commit | f23ef842ca20138a5464604e00a481a0d0fc357d (patch) | |
| tree | 72cc6a3de597f3839836d8525e2c52cd9a3df5e4 /src/FreeRTOSConfig.h | |
| parent | 9baf00bbfeac1dbc3188687e91073e3adffc887e (diff) | |
Improve date/time accuracy and handle counter overflow.
Diffstat (limited to 'src/FreeRTOSConfig.h')
| -rw-r--r-- | src/FreeRTOSConfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FreeRTOSConfig.h b/src/FreeRTOSConfig.h index b4aea16..ecc631b 100644 --- a/src/FreeRTOSConfig.h +++ b/src/FreeRTOSConfig.h @@ -58,7 +58,7 @@ #define configUSE_PREEMPTION 1 #define configUSE_PORT_OPTIMISED_TASK_SELECTION 1 #define configUSE_TICKLESS_IDLE 1 -#define configUSE_TICKLESS_IDLE_SIMPLE_DEBUG 1 /* See into vPortSuppressTicksAndSleep source code for explanation */ +#define configUSE_TICKLESS_IDLE_SIMPLE_DEBUG 0 /* See into vPortSuppressTicksAndSleep source code for explanation */ #define configCPU_CLOCK_HZ ( SystemCoreClock ) #define configTICK_RATE_HZ 1024 #define configMAX_PRIORITIES ( 3 ) |
