stm32l1: timer: fix typo in option mask definition
Found while exploring documentation generation
This commit is contained in:
parent
508f8d9487
commit
1e06c48201
@ -61,7 +61,7 @@ Trigger 1 Remap
|
||||
/** Internal Trigger 1 remapped to timer 5 TGO */
|
||||
#define TIM2_OR_ITR1_RMP_TIM5_TGO (0x1 << 0)
|
||||
/**@}*/
|
||||
#define TIM3_OR_ITR1_RMP_MASK (0x1 << 0)
|
||||
#define TIM2_OR_ITR1_RMP_MASK (0x1 << 0)
|
||||
|
||||
/* --- TIMx_OR values ---------------------------------------------------- */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user