mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-12-14 01:44:58 +00:00
Silence missing-field-initializers warning in flip1.c
This commit is contained in:
@@ -652,7 +652,7 @@ int flip1_write_memory(struct dfu_dev *dfu,
|
|||||||
int cmd_result = 0;
|
int cmd_result = 0;
|
||||||
int aux_result;
|
int aux_result;
|
||||||
struct flip1_cmd_header cmd_header = {
|
struct flip1_cmd_header cmd_header = {
|
||||||
FLIP1_CMD_PROG_START, mem_unit
|
FLIP1_CMD_PROG_START, mem_unit, {0}, {0}, {0},
|
||||||
};
|
};
|
||||||
struct flip1_prog_footer cmd_footer = {
|
struct flip1_prog_footer cmd_footer = {
|
||||||
{ 0, 0, 0, 0 }, /* CRC */
|
{ 0, 0, 0, 0 }, /* CRC */
|
||||||
|
|||||||
Reference in New Issue
Block a user