Remove the portBYTE_ALIGNMENT_MASK definitions as they are now in the common portable.h file.

This commit is contained in:
Richard Barry 2009-09-29 20:07:44 +00:00
parent ad441634f0
commit b7da8d7a1b
3 changed files with 41 additions and 63 deletions

View file

@ -59,9 +59,16 @@
#include <stdlib.h>
/* Defining MPU_WRAPPERS_INCLUDED_FROM_API_FILE prevents task.h from redefining
all the API functions to use the MPU wrappers. That should only be done when
task.h is included from an application file. */
#define MPU_WRAPPERS_INCLUDED_FROM_API_FILE
#include "FreeRTOS.h"
#include "task.h"
#undef MPU_WRAPPERS_INCLUDED_FROM_API_FILE
/*-----------------------------------------------------------*/
void *pvPortMalloc( size_t xWantedSize )