1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-20 23:05:19 +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

@ -3032,7 +3032,7 @@ const cliResourceValue_t resourceTable[] = {
#ifdef USE_ESCSERIAL #ifdef USE_ESCSERIAL
{ OWNER_ESCSERIAL, PG_ESCSERIAL_CONFIG, offsetof(escSerialConfig_t, ioTag), 0 }, { OWNER_ESCSERIAL, PG_ESCSERIAL_CONFIG, offsetof(escSerialConfig_t, ioTag), 0 },
#endif #endif
#ifdef CAMERA_CONTROL #ifdef USE_CAMERA_CONTROL
{ OWNER_CAMERA_CONTROL, PG_CAMERA_CONTROL_CONFIG, offsetof(cameraControlConfig_t, ioTag), 0 }, { OWNER_CAMERA_CONTROL, PG_CAMERA_CONTROL_CONFIG, offsetof(cameraControlConfig_t, ioTag), 0 },
#endif #endif
}; };

View file

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