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:
parent
1330c8998e
commit
8fb5ea5156
3 changed files with 109 additions and 7 deletions
|
@ -755,7 +755,7 @@ static int gcd(int num, int denom)
|
|||
return gcd(denom, num % denom);
|
||||
}
|
||||
|
||||
static void validateBlackboxConfig()
|
||||
void validateBlackboxConfig()
|
||||
{
|
||||
int div;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue