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

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