diff options
-rw-r--r-- | src/flash/pic32mx.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/flash/pic32mx.h b/src/flash/pic32mx.h index 4ece7d04..3a3c9794 100644 --- a/src/flash/pic32mx.h +++ b/src/flash/pic32mx.h @@ -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 */ |