1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 00:05:33 +03:00

Add blackbox storage and device selection to CMS

This commit is contained in:
Dan Nixon 2017-01-27 16:24:31 +00:00 committed by borisbstyle
parent 1330c8998e
commit 8fb5ea5156
3 changed files with 109 additions and 7 deletions

View file

@ -755,7 +755,7 @@ static int gcd(int num, int denom)
return gcd(denom, num % denom);
}
static void validateBlackboxConfig()
void validateBlackboxConfig()
{
int div;