summaryrefslogtreecommitdiff
path: root/src/FreeRTOSConfig.h
diff options
context:
space:
mode:
authorJF <jf@codingfield.com>2020-06-01 14:30:24 (GMT)
committerJF <jf@codingfield.com>2020-06-01 14:30:24 (GMT)
commit07f74cee63d77882191c8ce53c598f91e6159ba8 (patch)
treef7490e5ace467a881a2e863e9af0163842bb94db /src/FreeRTOSConfig.h
parentb41a856b9dced4d8acf249e8c63e0c95c1b3e2e5 (diff)
DFU : add timeout detection : abort dfu procedure after 10s without any data from the host.
Diffstat (limited to 'src/FreeRTOSConfig.h')
-rw-r--r--src/FreeRTOSConfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FreeRTOSConfig.h b/src/FreeRTOSConfig.h
index 557e5ed..93289e1 100644
--- a/src/FreeRTOSConfig.h
+++ b/src/FreeRTOSConfig.h
@@ -96,7 +96,7 @@
#define configUSE_TIMERS 1
#define configTIMER_TASK_PRIORITY ( 0 )
#define configTIMER_QUEUE_LENGTH 32
-#define configTIMER_TASK_STACK_DEPTH ( 120 )
+#define configTIMER_TASK_STACK_DEPTH ( 240 )
/* Tickless Idle configuration. */
#define configEXPECTED_IDLE_TIME_BEFORE_SLEEP 2