1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-15 04:15:44 +03:00

Removed some target dependencies, and added makefile target 'check-target-independence' to find dependencies.

This commit is contained in:
mikeller 2018-05-12 21:56:58 +12:00
parent 50ff0ddadb
commit ede204aa81
11 changed files with 28 additions and 20 deletions

View file

@ -774,7 +774,7 @@ void timerInit(void)
{
memset(timerConfig, 0, sizeof (timerConfig));
#ifdef CC3D
#if defined(PARTIAL_REMAP_TIM3)
GPIO_PinRemapConfig(GPIO_PartialRemap_TIM3, ENABLE);
#endif