image_ihex_t -> struct image_ihex
Remove misleading typedef and redundant suffix from struct image_ihex.
This commit is contained in:
@@ -72,11 +72,11 @@ struct image_binary
|
||||
struct fileio fileio;
|
||||
};
|
||||
|
||||
typedef struct image_ihex_s
|
||||
struct image_ihex
|
||||
{
|
||||
struct fileio fileio;
|
||||
uint8_t *buffer;
|
||||
} image_ihex_t;
|
||||
};
|
||||
|
||||
typedef struct image_memory_s
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user