Skip to content

Commit

Permalink
[bridge] buffer is might be too small
Browse files Browse the repository at this point in the history
  • Loading branch information
gautierhattenberger committed Mar 30, 2020
1 parent a7f84e9 commit 017ad07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sw/ground_segment/tmtc/ivy_serial_bridge.c
Expand Up @@ -376,7 +376,7 @@ int handle_api(void)
static int step = 0;
int bytes;
int i=0;
char buff[32];
char buff[48];

// ATPL4 = power level 4
// ATMT0 = zero retry on broadcast
Expand Down

0 comments on commit 017ad07

Please sign in to comment.