mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +03:00
Cleaned up parameter group definitions for displayPort.
This commit is contained in:
parent
887a913c6e
commit
d71b117c3e
8 changed files with 90 additions and 40 deletions
|
@ -29,9 +29,6 @@
|
|||
|
||||
#include "common/utils.h"
|
||||
|
||||
#include "pg/pg.h"
|
||||
#include "pg/pg_ids.h"
|
||||
|
||||
#include "drivers/display.h"
|
||||
|
||||
#include "io/displayport_msp.h"
|
||||
|
@ -41,8 +38,6 @@
|
|||
#include "msp/msp_serial.h"
|
||||
|
||||
// no template required since defaults are zero
|
||||
PG_REGISTER(displayPortProfile_t, displayPortProfileMsp, PG_DISPLAY_PORT_MSP_CONFIG, 0);
|
||||
|
||||
static displayPort_t mspDisplayPort;
|
||||
|
||||
#ifdef USE_CLI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue