Skip to content

Commit

Permalink
CONFIG: Add CAMERA_CONTROL if PIN defined
Browse files Browse the repository at this point in the history
  • Loading branch information
haslinghuis committed Mar 14, 2023
1 parent 9b4e613 commit 9821bcb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/target/common_post.h
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,10 @@

#endif // defined(USE_RX_CC2500)

#if defined(CAMERA_CONTROL_PIN) && defined(USE_VTX) && !defined(USE_CAMERA_CONTROL)
#define USE_CAMERA_CONTROL
#endif

/* END HARDWARE INCLUSIONS */

#if defined(USE_VTX_RTC6705_SOFTSPI)
Expand Down

0 comments on commit 9821bcb

Please sign in to comment.