mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 05:15:25 +03:00
Add first unit test for some code in serial.c. Fix compiler warnings in
other tests.
This commit is contained in:
parent
8a9d2e3708
commit
b0b1eaf9c7
10 changed files with 164 additions and 61 deletions
|
@ -1611,7 +1611,7 @@ static void cliVersion(char *cmdline)
|
|||
);
|
||||
}
|
||||
|
||||
void cliProcess()
|
||||
void cliProcess(void)
|
||||
{
|
||||
if (!cliPort) {
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue