bsp/lpc32xx: Specify scratch area alignment

This commit is contained in:
Sebastian Huber
2012-08-13 15:32:03 +02:00
parent f5db5d2266
commit 25802b42a6

View File

@@ -177,7 +177,8 @@ extern uint32_t lpc32xx_magic_zero_size [];
*
* The usage is application specific.
*/
extern uint8_t lpc32xx_scratch_area [LPC32XX_SCRATCH_AREA_SIZE];
extern uint8_t lpc32xx_scratch_area [LPC32XX_SCRATCH_AREA_SIZE]
__attribute__((aligned(32)));
#endif
#define LPC32XX_DO_STOP_GPDMA \