mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-18 05:45:31 +03:00
Tidied blackbox function names to have blackbox prefix
This commit is contained in:
parent
280fc1dca1
commit
d1302712f2
5 changed files with 17 additions and 18 deletions
|
@ -550,7 +550,7 @@ void init(void)
|
|||
#endif
|
||||
|
||||
#ifdef BLACKBOX
|
||||
initBlackbox();
|
||||
blackboxInit();
|
||||
#endif
|
||||
|
||||
if (mixerConfig()->mixerMode == MIXER_GIMBAL) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue