LPC43XX: Make sure to align target struct to word alignment

This commit is contained in:
Allen Ibara 2014-01-10 10:26:45 -08:00
parent 8835df1822
commit 29c7846612
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ struct flash_param {
} make_active; } make_active;
} params; } params;
uint32_t result[5]; /* result data */ uint32_t result[5]; /* result data */
}; } __attribute__((aligned(4)));
struct flash_program { struct flash_program {
struct flash_param p; struct flash_param p;