1
0
Fork 0
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:
Dominic Clifton 2014-05-10 17:43:07 +01:00
parent 7b37bb8525
commit be3a4c9944
4 changed files with 4 additions and 4 deletions

View file

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