mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +03:00
Show blackbox log number in OSD only when available.
This commit is contained in:
parent
086c75b3bf
commit
53955a4a6b
6 changed files with 27 additions and 14 deletions
|
@ -1132,7 +1132,7 @@ extern "C" {
|
|||
return simulationVerticalSpeed;
|
||||
}
|
||||
|
||||
unsigned int blackboxGetLogNumber() {
|
||||
int32_t blackboxGetLogNumber() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue