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

Add missing semi-colon.

parent f5fabdbd
No related branches found
No related tags found
No related merge requests found
Pipeline #5685 failed
...@@ -70,7 +70,7 @@ typedef struct sftp_tx_pkt { ...@@ -70,7 +70,7 @@ typedef struct sftp_tx_pkt {
uint8_t data[]; uint8_t data[];
}; };
uint8_t tdata[]; 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