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

Remove bogus pg/pg.h and pg/pg_ids.h from driver files

This commit is contained in:
jflyper 2019-06-29 02:21:51 +09:00
parent c1eda87f97
commit f9bd71f9be
10 changed files with 1 additions and 16 deletions

View file

@ -29,9 +29,6 @@
#include "drivers/io.h" #include "drivers/io.h"
#include "drivers/serial.h" #include "drivers/serial.h"
#include "pg/pg.h"
#include "pg/pg_ids.h"
#include "inverter.h" #include "inverter.h"
static const serialPinConfig_t *pSerialPinConfig; static const serialPinConfig_t *pSerialPinConfig;

View file

@ -29,8 +29,6 @@
#include "build/debug.h" #include "build/debug.h"
#include "pg/max7456.h" #include "pg/max7456.h"
#include "pg/pg.h"
#include "pg/pg_ids.h"
#include "pg/vcd.h" #include "pg/vcd.h"
#include "drivers/bus_spi.h" #include "drivers/bus_spi.h"

View file

@ -35,7 +35,6 @@
#include "drivers/time.h" #include "drivers/time.h"
#include "pg/pg.h"
#include "pg/bus_spi.h" // For spiPinConfig_t, which is unused but should be defined #include "pg/bus_spi.h" // For spiPinConfig_t, which is unused but should be defined
#include "pg/sdio.h" #include "pg/sdio.h"

View file

@ -38,7 +38,6 @@
#include "sdmmc_sdio.h" #include "sdmmc_sdio.h"
#include "stm32f4xx_gpio.h" #include "stm32f4xx_gpio.h"
#include "pg/pg.h"
#include "pg/sdio.h" #include "pg/sdio.h"
#include "drivers/io.h" #include "drivers/io.h"

View file

@ -35,7 +35,6 @@
#include "sdmmc_sdio.h" #include "sdmmc_sdio.h"
#include "stm32f7xx.h" #include "stm32f7xx.h"
#include "pg/pg.h"
#include "pg/sdio.h" #include "pg/sdio.h"
#include "drivers/io.h" #include "drivers/io.h"

View file

@ -34,7 +34,6 @@
#include "sdmmc_sdio.h" #include "sdmmc_sdio.h"
#include "pg/pg.h"
#include "pg/sdio.h" #include "pg/sdio.h"
#include "drivers/io.h" #include "drivers/io.h"

View file

@ -31,9 +31,6 @@
#include "common/utils.h" #include "common/utils.h"
#include "pg/pg.h"
#include "pg/pg_ids.h"
#include "drivers/io.h" #include "drivers/io.h"
#include "drivers/light_led.h" #include "drivers/light_led.h"
#include "drivers/nvic.h" #include "drivers/nvic.h"

View file

@ -32,7 +32,6 @@
#include "drivers/serial.h" #include "drivers/serial.h"
#include "drivers/serial_uart.h" #include "drivers/serial_uart.h"
#include "pg/pg.h"
#include "pg/pg_ids.h" #include "pg/pg_ids.h"
// Backward compatibility for exisiting targets // Backward compatibility for exisiting targets

View file

@ -30,7 +30,7 @@
#include "common/utils.h" #include "common/utils.h"
#include "drivers/io.h" #include "drivers/io.h"
#include "pg/pg.h"
#include "pg/usb.h" #include "pg/usb.h"
#if defined(STM32F4) #if defined(STM32F4)

View file

@ -47,8 +47,6 @@
#include "common/typeconversion.h" #include "common/typeconversion.h"
#include "config/feature.h" #include "config/feature.h"
#include "pg/pg.h"
#include "pg/pg_ids.h"
#include "pg/dashboard.h" #include "pg/dashboard.h"
#include "pg/rx.h" #include "pg/rx.h"