summaryrefslogtreecommitdiff
path: root/src/flash/lpc2900.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/flash/lpc2900.c')
-rw-r--r--src/flash/lpc2900.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flash/lpc2900.c b/src/flash/lpc2900.c
index 83593792..fd265bd7 100644
--- a/src/flash/lpc2900.c
+++ b/src/flash/lpc2900.c
@@ -1702,7 +1702,7 @@ static int lpc2900_probe(struct flash_bank_s *bank)
* the logical flash number are translated into the physical flash numbers
* of the device.
*/
- bank->sectors = malloc(sizeof(flash_sector_t) * bank->num_sectors);
+ bank->sectors = malloc(sizeof(struct flash_sector) * bank->num_sectors);
offset = 0;
for (i = 0; i < bank->num_sectors; i++)