Fixed ANYFCF7 build

This commit is contained in:
blckmn 2016-11-10 07:16:19 +11:00
parent ec92be725b
commit 3b2aec6470
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ static pwmCompleteWriteFuncPtr pwmCompleteWritePtr = NULL;
static pwmOutputPort_t servos[MAX_SUPPORTED_SERVOS];
#endif
static bool pwmMotorsEnabled = true;
bool pwmMotorsEnabled = true;
static void pwmOCConfig(TIM_TypeDef *tim, uint8_t channel, uint16_t value, uint8_t output)
{