mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 00:05:33 +03:00
Moved vcd parameter group to pg/
.
This commit is contained in:
parent
ff21932ef9
commit
2d930b28ce
16 changed files with 61 additions and 29 deletions
|
@ -28,6 +28,7 @@
|
|||
#include "pg/max7456.h"
|
||||
#include "pg/pg.h"
|
||||
#include "pg/pg_ids.h"
|
||||
#include "pg/vcd.h"
|
||||
|
||||
#include "drivers/bus_spi.h"
|
||||
#include "drivers/dma.h"
|
||||
|
@ -37,7 +38,6 @@
|
|||
#include "drivers/max7456_symbols.h"
|
||||
#include "drivers/nvic.h"
|
||||
#include "drivers/time.h"
|
||||
#include "drivers/vcd.h"
|
||||
|
||||
|
||||
// DEBUG_MAX7456_SIGNAL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue