Still a work in progress. Checking in for backup only.

This commit is contained in:
Richard Barry 2010-01-16 17:07:44 +00:00
parent b60eba005a
commit b75ec97ea9
2 changed files with 1 additions and 3 deletions

View file

@ -409,7 +409,7 @@ typedef portBASE_TYPE (*pdTASK_HOOK_CODE)( void * );
#endif
#ifndef pvPortMallocAligned
#define pvPortMallocAligned( xSize, pvBuffer ) pvPortMalloc( xSize ); ( void ) pvBuffer
#define pvPortMallocAligned( x, puxStackBuffer ) ( ( puxStackBuffer == NULL ) ? ( pvPortMalloc( x ) ) : ( puxStackBuffer ) )
#endif
#ifndef vPortFreeAligned