1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 14:25:20 +03:00

Renamed occurrences of CAMERA_CONTROL to USE_CAMERA_CONTROL

This commit is contained in:
Andrey Mironov 2017-07-18 17:55:08 +03:00
parent 481397e9b3
commit 2636ffddb9
2 changed files with 2 additions and 2 deletions

View file

@ -470,7 +470,7 @@ void init(void)
rtc6705IOInit();
#endif
#ifdef CAMERA_CONTROL
#ifdef USE_CAMERA_CONTROL
cameraControlInit();
#endif