mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 12:25:20 +03:00
Cleanup variables that can be made static.
This commit is contained in:
parent
7b37bb8525
commit
be3a4c9944
4 changed files with 4 additions and 4 deletions
|
@ -146,7 +146,7 @@ typedef struct timerConfig_s {
|
|||
uint8_t reference;
|
||||
} timerConfig_t;
|
||||
|
||||
timerConfig_t timerConfig[MAX_TIMERS * CC_CHANNELS_PER_TIMER];
|
||||
static timerConfig_t timerConfig[MAX_TIMERS * CC_CHANNELS_PER_TIMER];
|
||||
|
||||
static uint8_t lookupTimerIndex(const TIM_TypeDef *tim)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue