STM32F3 astyle

pull/14699/head
jeromecoutant 2021-05-25 14:28:56 +02:00
parent cedb1043f1
commit f4d8c8a746
1 changed files with 2 additions and 2 deletions

View File

@ -18,13 +18,13 @@
#define __US_TICKER_DATA_H
#ifdef __cplusplus
extern "C" {
extern "C" {
#endif
#include "stm32f3xx.h"
#include "stm32f3xx_ll_tim.h"
#include "cmsis_nvic.h"
#define TIM_MST TIM2
#define TIM_MST_IRQ TIM2_IRQn
#define TIM_MST_RCC __HAL_RCC_TIM2_CLK_ENABLE()