Skip to content

Commit f4d8c8a

Browse files
committed
STM32F3 astyle
1 parent cedb104 commit f4d8c8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

targets/TARGET_STM/TARGET_STM32F3/us_ticker_data.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
#define __US_TICKER_DATA_H
1919

2020
#ifdef __cplusplus
21-
extern "C" {
21+
extern "C" {
2222
#endif
2323

2424
#include "stm32f3xx.h"
2525
#include "stm32f3xx_ll_tim.h"
2626
#include "cmsis_nvic.h"
27-
27+
2828
#define TIM_MST TIM2
2929
#define TIM_MST_IRQ TIM2_IRQn
3030
#define TIM_MST_RCC __HAL_RCC_TIM2_CLK_ENABLE()

0 commit comments

Comments
 (0)