From f4d8c8a746c4c53c177e6120082601e1e998b3f7 Mon Sep 17 00:00:00 2001 From: jeromecoutant Date: Tue, 25 May 2021 14:28:56 +0200 Subject: [PATCH] STM32F3 astyle --- targets/TARGET_STM/TARGET_STM32F3/us_ticker_data.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/targets/TARGET_STM/TARGET_STM32F3/us_ticker_data.h b/targets/TARGET_STM/TARGET_STM32F3/us_ticker_data.h index 043950aee9..713e11a11d 100644 --- a/targets/TARGET_STM/TARGET_STM32F3/us_ticker_data.h +++ b/targets/TARGET_STM/TARGET_STM32F3/us_ticker_data.h @@ -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()