pic32mx_mem_layout_t -> struct pic32mx_mem_layout
Remove misleading typedef and redundant suffix from struct pic32mx_mem_layout.
This commit is contained in:
+2
-2
@@ -104,10 +104,10 @@ struct pic32mx_flash_bank
|
||||
#define NVMKEY1 0xAA996655
|
||||
#define NVMKEY2 0x556699AA
|
||||
|
||||
typedef struct pic32mx_mem_layout_s {
|
||||
struct pic32mx_mem_layout {
|
||||
uint32_t sector_start;
|
||||
uint32_t sector_size;
|
||||
} pic32mx_mem_layout_t;
|
||||
};
|
||||
|
||||
#endif /* PIC32MX_H */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user