Skip to content

Commit

Permalink
configQUEUE_REGISTRY_SIZE=4 for lpc18
Browse files Browse the repository at this point in the history
  • Loading branch information
hathach committed Aug 3, 2023
1 parent 473f37d commit 37a7f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw/bsp/lpc18/FreeRTOSConfig/FreeRTOSConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
#define configUSE_MUTEXES 1
#define configUSE_RECURSIVE_MUTEXES 1
#define configUSE_COUNTING_SEMAPHORES 1
#define configQUEUE_REGISTRY_SIZE 3
#define configQUEUE_REGISTRY_SIZE 4
#define configUSE_QUEUE_SETS 0
#define configUSE_TIME_SLICING 0
#define configUSE_NEWLIB_REENTRANT 0
Expand Down

0 comments on commit 37a7f9f

Please sign in to comment.