Fix warnings that the latest GCC version spits out.

This commit is contained in:
Richard Barry 2008-05-23 18:51:39 +00:00
parent ab37826715
commit 91c26c9868
3 changed files with 4 additions and 3 deletions

View file

@ -74,6 +74,7 @@
#define configUSE_TRACE_FACILITY 0
#define configUSE_16_BIT_TICKS 1
#define configIDLE_SHOULD_YIELD 1
#define configQUEUE_REGISTRY_SIZE 0
/* Co-routine definitions. */
#define configUSE_CO_ROUTINES 1