Silence missing-field-initializers warning in flip1.c
This commit is contained in:
parent
2a79faae86
commit
81f01939c2
|
@ -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 */
|
||||||
|
|
Loading…
Reference in New Issue