1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 01:05:27 +03:00

Merge pull request #9508 from jflyper/bfdev-stm32f7xx_ll_ex-cleanup

[F7] Remove bogus cplusplus stuff
This commit is contained in:
Michael Keller 2020-02-24 00:38:36 +13:00 committed by GitHub
commit beef951485
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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