mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 08:15:30 +03:00
Optimisation of driver header files
This commit is contained in:
parent
4bb0816122
commit
07adf66bbb
100 changed files with 212 additions and 138 deletions
|
@ -20,9 +20,9 @@
|
|||
|
||||
#include <platform.h>
|
||||
|
||||
#include "drivers/gpio.h"
|
||||
#include "drivers/transponder_ir.h"
|
||||
#include "drivers/nvic.h"
|
||||
#include "gpio.h"
|
||||
#include "transponder_ir.h"
|
||||
#include "nvic.h"
|
||||
|
||||
#ifndef TRANSPONDER_GPIO
|
||||
#define USE_TRANSPONDER_ON_DMA1_CHANNEL3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue