Update to work with latest RIDE version.

This commit is contained in:
Richard Barry 2009-06-21 13:10:28 +00:00
parent 4fda9b25f3
commit c2e02c0488
6 changed files with 2553 additions and 2115 deletions

View file

@ -1,5 +1,5 @@
/*
FreeRTOS.org V5.3.0 - Copyright (C) 2003-2009 Richard Barry.
FreeRTOS.org V5.3.1 - Copyright (C) 2003-2009 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@ -111,7 +111,7 @@ utilised, although CircleOS itself is not used. */
and therefore takes up a large proportion of the Flash space. Setting this
parameter to 0 excludes the bitmap from the build, freeing up Flash space for
extra code. */
#define mainINCLUDE_BITMAP 1
#define mainINCLUDE_BITMAP 0
#if mainINCLUDE_BITMAP == 1
#include "bitmap.h"