Skip to content

Commit

Permalink
Fixed VTX pwm array initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
phobos- committed Mar 8, 2024
1 parent 275f94c commit 28e97e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/VTXSPI/devVTXSPI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,8 @@ static void initialize()
#if defined(TARGET_UNIFIED_RX)
VpdSetPointArray25mW = VPD_VALUES_25MW;
VpdSetPointArray100mW = VPD_VALUES_100MW;
PwmArray25mW = PWM_VALUES_25MW;
PwmArray100mW = PWM_VALUES_100MW;
#endif

if (GPIO_PIN_SPI_VTX_NSS != UNDEF_PIN)
Expand Down

0 comments on commit 28e97e1

Please sign in to comment.