Skip to content

Commit

Permalink
re-enable error functions
Browse files Browse the repository at this point in the history
  • Loading branch information
feilipu committed May 11, 2024
1 parent 19e621e commit 083aff0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=FreeRTOS
version=11.1.0-0
version=11.1.0-1
author=Richard Barry <[email protected]>
maintainer=Phillip Stevens <[email protected]>
sentence=FreeRTOS Real Time Operating System implemented for Arduino Uno R3, Nano, Leonardo, Mega, and related Microchip ATmega devices.
Expand Down
4 changes: 2 additions & 2 deletions src/FreeRTOSConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
#define configSTACK_DEPTH_TYPE uint16_t

#define configMINIMAL_STACK_SIZE 192
#define configCHECK_FOR_STACK_OVERFLOW 0
#define configCHECK_FOR_STACK_OVERFLOW 1
#define configUSE_TRACE_FACILITY 0

#define configUSE_MUTEXES 1
Expand All @@ -71,7 +71,7 @@

#define configUSE_QUEUE_SETS 0
#define configUSE_APPLICATION_TASK_TAG 0
#define configUSE_MALLOC_FAILED_HOOK 0
#define configUSE_MALLOC_FAILED_HOOK 1
#define configQUEUE_REGISTRY_SIZE 0
#define configSUPPORT_DYNAMIC_ALLOCATION 1
#define configSUPPORT_STATIC_ALLOCATION 0
Expand Down

0 comments on commit 083aff0

Please sign in to comment.