mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-20 01:58:32 -04:00
Update to work with latest RIDE version.
This commit is contained in:
parent
4fda9b25f3
commit
c2e02c0488
6 changed files with 2553 additions and 2115 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue