LPC43XX: Make sure to align target struct to word alignment
This commit is contained in:
parent
8835df1822
commit
29c7846612
|
@ -106,7 +106,7 @@ struct flash_param {
|
|||
} make_active;
|
||||
} params;
|
||||
uint32_t result[5]; /* result data */
|
||||
};
|
||||
} __attribute__((aligned(4)));
|
||||
|
||||
struct flash_program {
|
||||
struct flash_param p;
|
||||
|
|
Loading…
Reference in New Issue