Work around hang when changing demodulators.

kf7r_9600_experimental
Rob Riggs 2020-02-23 15:49:35 -06:00
rodzic 0151ad00e6
commit 99ef558766
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -67,7 +67,8 @@
#define configCHECK_FOR_STACK_OVERFLOW 1
#define configENABLE_BACKWARD_COMPATIBILITY 0
#define configUSE_PORT_OPTIMISED_TASK_SELECTION 1
#define configUSE_TICKLESS_IDLE 1
// FIXME: configUSE_TICKLESS_IDLE must be 0 or changing modem type locks up.
#define configUSE_TICKLESS_IDLE 0
/* Co-routine definitions. */
#define configUSE_CO_ROUTINES 0