mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 21:35:44 +03:00
REFACTOR: moving timer definitions to MCU locations. (#12397)
* REFACTOR: moving timer definitions to MCU locations. * Now that the MCU directory needs to be included in the search path for includes, no need for target.h entry if filenaming is consistent. * SITL needs the empty include.
This commit is contained in:
parent
c4ab98258e
commit
82566eb89a
40 changed files with 547 additions and 299 deletions
|
@ -26,7 +26,7 @@
|
|||
|
||||
#include "drivers/dma.h"
|
||||
#include "drivers/io.h"
|
||||
#include "drivers/timer_def.h"
|
||||
#include "timer_def.h"
|
||||
|
||||
#include "stm32f4xx.h"
|
||||
#include "drivers/rcc.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue