pic32mx_mem_layout_t -> struct pic32mx_mem_layout

Remove misleading typedef and redundant suffix from struct pic32mx_mem_layout.
This commit is contained in:
Zachary T Welch 2009-11-13 07:41:51 -08:00
parent 54be77bc79
commit 3c9afaa645
1 changed files with 2 additions and 2 deletions

View File

@ -104,10 +104,10 @@ struct pic32mx_flash_bank
#define NVMKEY1 0xAA996655 #define NVMKEY1 0xAA996655
#define NVMKEY2 0x556699AA #define NVMKEY2 0x556699AA
typedef struct pic32mx_mem_layout_s { struct pic32mx_mem_layout {
uint32_t sector_start; uint32_t sector_start;
uint32_t sector_size; uint32_t sector_size;
} pic32mx_mem_layout_t; };
#endif /* PIC32MX_H */ #endif /* PIC32MX_H */