Remove bogus pg/pg.h and pg/pg_ids.h from driver files (#8497)

Remove bogus pg/pg.h and pg/pg_ids.h from driver files
This commit is contained in:
Michael Keller 2019-06-30 12:58:55 +12:00 committed by GitHub
commit d4fa025a52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 1 additions and 16 deletions

View File

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

View File

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

View File

@ -35,7 +35,6 @@
#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/sdio.h"

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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