[l1] Add missing TIM5 bit from newer ref manual
This commit is contained in:
parent
72666a5b93
commit
259d4e5171
@ -231,6 +231,7 @@ LGPL License Terms @ref lgpl_license
|
||||
#define RCC_APB1RSTR_LCDRST (1 << 9)
|
||||
#define RCC_APB1RSTR_TIM7RST (1 << 5)
|
||||
#define RCC_APB1RSTR_TIM6RST (1 << 4)
|
||||
#define RCC_APB1RSTR_TIM5RST (1 << 3)
|
||||
#define RCC_APB1RSTR_TIM4RST (1 << 2)
|
||||
#define RCC_APB1RSTR_TIM3RST (1 << 1)
|
||||
#define RCC_APB1RSTR_TIM2RST (1 << 0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user