1
0
Fork 0
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:
Dominic Clifton 2015-04-01 14:07:27 +01:00
parent 8a9d2e3708
commit b0b1eaf9c7
10 changed files with 164 additions and 61 deletions

View file

@ -1611,7 +1611,7 @@ static void cliVersion(char *cmdline)
);
}
void cliProcess()
void cliProcess(void)
{
if (!cliPort) {
return;