mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
Remove bogus cplusplus stuff
This commit is contained in:
parent
f68b0422da
commit
1e4cc41b32
1 changed files with 0 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue