Change project so output files go into a bin directory rather than being dumped in the project directory.

This commit is contained in:
Richard Barry 2009-04-27 09:15:19 +00:00
parent b4eddb4992
commit 515cd42702
4 changed files with 12 additions and 8 deletions

View file

@ -79,6 +79,8 @@
#define configUSE_16_BIT_TICKS 0
#define configIDLE_SHOULD_YIELD 1
#define configQUEUE_REGISTRY_SIZE 0
/* Co-routine definitions. */
#define configUSE_CO_ROUTINES 0
#define configMAX_CO_ROUTINE_PRIORITIES ( 2 )