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:
commit
d4fa025a52
|
@ -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;
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -38,7 +38,6 @@
|
|||
#include "sdmmc_sdio.h"
|
||||
#include "stm32f4xx_gpio.h"
|
||||
|
||||
#include "pg/pg.h"
|
||||
#include "pg/sdio.h"
|
||||
|
||||
#include "drivers/io.h"
|
||||
|
|
|
@ -35,7 +35,6 @@
|
|||
#include "sdmmc_sdio.h"
|
||||
#include "stm32f7xx.h"
|
||||
|
||||
#include "pg/pg.h"
|
||||
#include "pg/sdio.h"
|
||||
|
||||
#include "drivers/io.h"
|
||||
|
|
|
@ -34,7 +34,6 @@
|
|||
|
||||
#include "sdmmc_sdio.h"
|
||||
|
||||
#include "pg/pg.h"
|
||||
#include "pg/sdio.h"
|
||||
|
||||
#include "drivers/io.h"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
#include "common/utils.h"
|
||||
|
||||
#include "drivers/io.h"
|
||||
#include "pg/pg.h"
|
||||
|
||||
#include "pg/usb.h"
|
||||
|
||||
#if defined(STM32F4)
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue