Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Apaisal committed Aug 23, 2024
1 parent 50ef360 commit e0b01d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/csp_client.c
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ int main(int argc, char * argv[]) {
char frame_buff[32];
char buffer[4096];
size_t alen = 0;
const uint32_t HEADER_SIZE = (csp_conf.version == 2) ? 6 : 4;
// const uint32_t HEADER_SIZE = (csp_conf.version == 2) ? 6 : 4;

while ((opt = getopt_long(argc, argv, OPTION_c OPTION_z OPTION_f OPTION_R "k:a:C:tT:h", long_options, NULL)) != -1) {
switch (opt) {
Expand Down

0 comments on commit e0b01d5

Please sign in to comment.