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:
parent
50ff0ddadb
commit
ede204aa81
11 changed files with 28 additions and 20 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue