summaryrefslogtreecommitdiff
path: root/src/flash/avrf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/flash/avrf.h')
-rw-r--r--src/flash/avrf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/flash/avrf.h b/src/flash/avrf.h
index bcd3b72a..abb001c4 100644
--- a/src/flash/avrf.h
+++ b/src/flash/avrf.h
@@ -22,7 +22,7 @@
#include "types.h"
-typedef struct avrf_type_s
+struct avrf_type
{
char name[15];
uint16_t chip_id;
@@ -30,7 +30,7 @@ typedef struct avrf_type_s
int flash_page_num;
int eeprom_page_size;
int eeprom_page_num;
-} avrf_type_t;
+};
typedef struct avrf_flash_bank_s
{