make style

This commit is contained in:
Philippe Teuwen
2021-01-14 11:39:45 +01:00
parent 2fbdada593
commit f2bc066858
33 changed files with 4734 additions and 5173 deletions

View File

@@ -347,9 +347,9 @@ static int CmdDbg(const char *Cmd) {
else if (lv1)
dbg = 1;
else if (lv2)
dbg = 2;
dbg = 2;
else if (lv3)
dbg = 3;
dbg = 3;
else if (lv4)
dbg = 4;
@@ -817,7 +817,7 @@ static int CmdConnect(const char *Cmd) {
int p_len = FILE_PATH_SIZE;
char port[FILE_PATH_SIZE] = {0};
CLIGetStrWithReturn(ctx, 1, (uint8_t*)port, &p_len);
CLIGetStrWithReturn(ctx, 1, (uint8_t *)port, &p_len);
uint32_t baudrate = arg_get_u32_def(ctx, 2, USART_BAUD_RATE);
CLIParserFree(ctx);