From 3c9afaa6454879a48d684338041250f2a1165c93 Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Fri, 13 Nov 2009 07:41:51 -0800 Subject: [PATCH] pic32mx_mem_layout_t -> struct pic32mx_mem_layout Remove misleading typedef and redundant suffix from struct pic32mx_mem_layout. --- src/flash/pic32mx.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/flash/pic32mx.h b/src/flash/pic32mx.h index 4ece7d047e..3a3c9794f4 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 */ -- 2.30.2