Skip to content
Snippets Groups Projects
Commit ce311853 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Looks like I just need to live with the warning for now.

Maybe I'll figure out how to fix it later.
parent 04160369
No related branches found
No related tags found
No related merge requests found
Pipeline #5687 failed
...@@ -64,15 +64,8 @@ ...@@ -64,15 +64,8 @@
typedef struct sftp_tx_pkt { typedef struct sftp_tx_pkt {
uint32_t sz; uint32_t sz;
uint32_t used; uint32_t used;
union { uint8_t type;
struct { uint8_t data[];
uint8_t type;
uint8_t data[];
};
struct {
uint8_t tdata[];
};
};
} *sftp_tx_pkt_t; } *sftp_tx_pkt_t;
typedef struct sftp_rx_pkt { typedef struct sftp_rx_pkt {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment