Browse Source

Track NuttX Timer changes

release/1.12
David Sidrane 4 years ago committed by Julian Oes
parent
commit
9377b02c58
  1. 4
      platforms/nuttx/src/px4/stm/stm32_common/srgbled_dma/srgbled_dma.cpp

4
platforms/nuttx/src/px4/stm/stm32_common/srgbled_dma/srgbled_dma.cpp

@ -233,9 +233,9 @@ @@ -233,9 +233,9 @@
// Was the N complementary timer output was used
#if defined(S_RGB_LED_CHANNELN)
# define CCER_CCnxE GTIM_CCER_CC1NE
# define CCER_CCnxE ATIM_CCER_CC1NE
#else
# define CCER_CCnxE GTIM_CCER_CC1E
# define CCER_CCnxE ATIM_CCER_CC1E
#endif
#if S_RGB_LED_CHANNEL == 1

Loading…
Cancel
Save