1
0
forked from me/IronOS

Drop timer support as not used

This commit is contained in:
Ben V. Brown
2020-07-28 21:26:05 +10:00
parent 0b2311e001
commit add65ead9c
3 changed files with 3 additions and 12 deletions

View File

@@ -106,7 +106,7 @@ extern uint32_t SystemCoreClock;
#define configUSE_16_BIT_TICKS 0
#define configUSE_MUTEXES 1
#define configQUEUE_REGISTRY_SIZE 8
#define configUSE_TIMERS 1 /* Required for PD 10ms callback for PPS mode*/
#define configUSE_TIMERS 0
#define configUSE_PORT_OPTIMISED_TASK_SELECTION 1
#define configCHECK_FOR_STACK_OVERFLOW 2 /*Bump this to 2 during development and bug hunting*/