Skip to content

Commit 083aff0

Browse files
committed
re-enable error functions
1 parent 19e621e commit 083aff0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=FreeRTOS
2-
version=11.1.0-0
2+
version=11.1.0-1
33
author=Richard Barry <info@freertos.org>
44
maintainer=Phillip Stevens <phillip.stevens@gmail.com>
55
sentence=FreeRTOS Real Time Operating System implemented for Arduino Uno R3, Nano, Leonardo, Mega, and related Microchip ATmega devices.

src/FreeRTOSConfig.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
#define configSTACK_DEPTH_TYPE uint16_t
6262

6363
#define configMINIMAL_STACK_SIZE 192
64-
#define configCHECK_FOR_STACK_OVERFLOW 0
64+
#define configCHECK_FOR_STACK_OVERFLOW 1
6565
#define configUSE_TRACE_FACILITY 0
6666

6767
#define configUSE_MUTEXES 1
@@ -71,7 +71,7 @@
7171

7272
#define configUSE_QUEUE_SETS 0
7373
#define configUSE_APPLICATION_TASK_TAG 0
74-
#define configUSE_MALLOC_FAILED_HOOK 0
74+
#define configUSE_MALLOC_FAILED_HOOK 1
7575
#define configQUEUE_REGISTRY_SIZE 0
7676
#define configSUPPORT_DYNAMIC_ALLOCATION 1
7777
#define configSUPPORT_STATIC_ALLOCATION 0

0 commit comments

Comments
 (0)