From 1e4cc41b32643a4635749e264bbdc4b8c7ada20a Mon Sep 17 00:00:00 2001 From: jflyper Date: Sat, 22 Feb 2020 13:20:36 +0900 Subject: [PATCH] Remove bogus cplusplus stuff --- src/main/drivers/stm32f7xx_ll_ex.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/main/drivers/stm32f7xx_ll_ex.h b/src/main/drivers/stm32f7xx_ll_ex.h index beca8c55ed..7f355e4f2d 100644 --- a/src/main/drivers/stm32f7xx_ll_ex.h +++ b/src/main/drivers/stm32f7xx_ll_ex.h @@ -20,10 +20,6 @@ #pragma once -#ifdef __cplusplus -extern "C" { -#endif - #include "stm32f7xx.h" #include "common/utils.h" @@ -108,7 +104,3 @@ __STATIC_INLINE void LL_EX_TIM_CC_EnableNChannel(TIM_TypeDef *TIMx, uint32_t Cha { LL_TIM_CC_EnableChannel(TIMx, 4 * Channel); } - -#ifdef __cplusplus -} -#endif