1
0
Fork 0
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:
Martin Budden 2017-04-28 09:46:44 +01:00
parent 280fc1dca1
commit d1302712f2
5 changed files with 17 additions and 18 deletions

View file

@ -550,7 +550,7 @@ void init(void)
#endif
#ifdef BLACKBOX
initBlackbox();
blackboxInit();
#endif
if (mixerConfig()->mixerMode == MIXER_GIMBAL) {