Track NuttX Timer changes

This commit is contained in:
David Sidrane
2021-06-02 08:48:20 -07:00
committed by Julian Oes
parent 05bdef867d
commit 9377b02c58

View File

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