]> git.sur5r.net Git - freertos/commitdiff
Moved the definitions of pvPortMallocAligned() and pvPortFreeAligned() to freertos.h.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sun, 17 Jan 2010 14:22:55 +0000 (14:22 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sun, 17 Jan 2010 14:22:55 +0000 (14:22 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@963 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

Demo/CORTEX_MPU_LM3Sxxxx_Rowley/FreeRTOSConfig.h
Demo/CORTEX_MPU_LPC1768_GCC_RedSuite/src/FreeRTOSConfig.h

index 66a36b30655154451926751894acf4298d73f12b..d1b6ca86642842610ba5f726d6021b11e6f06455 100644 (file)
@@ -110,7 +110,4 @@ to exclude the API function. */
 #define configKERNEL_INTERRUPT_PRIORITY                ( ( unsigned char ) 7 << configUNUSED_PRIO_BITS )       /* Priority 7, or 255 as only the top three bits are implemented.  This is the lowest priority. */\r
 #define configMAX_SYSCALL_INTERRUPT_PRIORITY   ( ( unsigned char ) 5 << configUNUSED_PRIO_BITS )  /* Priority 5, or 160 as only the top three bits are implemented. */\r
 \r
-#define pvPortMallocAligned( x, puxStackBuffer ) ( ( puxStackBuffer == NULL ) ? ( pvPortMalloc( x ) ) : ( puxStackBuffer ) )\r
-#define vPortFreeAligned( x ) ( void ) x\r
-\r
 #endif /* FREERTOS_CONFIG_H */\r
index e30edea3114825b68f3904fb16daedc7c6cb3cbd..e83edb970b6dfe22d0c5af391195904bfe5c7a9b 100644 (file)
@@ -116,7 +116,5 @@ to exclude the API function. */
 #define configMAX_SYSCALL_INTERRUPT_PRIORITY   ( 5 << (8 - configPRIO_BITS) )\r
 \r
 \r
-#define pvPortMallocAligned( x, puxStackBuffer ) ( ( puxStackBuffer == NULL ) ? ( pvPortMalloc( x ) ) : ( puxStackBuffer ) )\r
-#define vPortFreeAligned( x ) ( void ) x\r
 \r
 #endif /* FREERTOS_CONFIG_H */\r