mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
running astyle inside QtCreator doesn't guarantee that travis will pass
format checks
This commit is contained in:
committed by
Lorenz Meier
parent
6cb631716a
commit
99286db832
@@ -232,8 +232,9 @@ static int sPort_telemetry_thread_main(int argc, char *argv[])
|
||||
break;
|
||||
|
||||
}
|
||||
|
||||
/* TODO: flush the input buffer if in full duplex mode */
|
||||
read(uart, &sbuf[0], sizeof(sbuf));
|
||||
read(uart, &sbuf[0], sizeof(sbuf));
|
||||
}
|
||||
|
||||
/* Reset the UART flags to original state */
|
||||
|
||||
Reference in New Issue
Block a user