TIM1_CH4 ICU #7076

This commit is contained in:
rusefillc 2024-11-18 13:16:03 -05:00
parent 900fa76da4
commit 928da09dac
1 changed files with 2 additions and 0 deletions

View File

@ -674,6 +674,8 @@ typedef uint32_t icufreq_t;
typedef enum {
ICU_CHANNEL_1 = 0, /**< Use TIMxCH1. */
ICU_CHANNEL_2 = 1, /**< Use TIMxCH2. */
ICU_CHANNEL_3 = 2, /**< Use TIMxCH3.rusEFI*/
ICU_CHANNEL_4 = 3, /**< Use TIMxCH4.rusEFI*/
} icuchannel_t;
/**