1
0
Fork 0
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:
J Blackman 2023-02-23 08:55:57 +11:00 committed by GitHub
parent c4ab98258e
commit 82566eb89a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
40 changed files with 547 additions and 299 deletions

View file

@ -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"