Add recursive mutexes to PC demo.

This commit is contained in:
Richard Barry 2008-01-27 19:27:51 +00:00
parent 354a57ed5e
commit 2ee98beba2
4 changed files with 130 additions and 103 deletions

View file

@ -64,6 +64,7 @@
#define configUSE_MUTEXES 1
#define configUSE_COUNTING_SEMAPHORES 1
#define configUSE_ALTERNATIVE_API 1
#define configUSE_RECURSIVE_MUTEXES 1
#define configMAX_PRIORITIES ( ( unsigned portBASE_TYPE ) 10 )
#define configMAX_CO_ROUTINE_PRIORITIES ( 2 )