1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 14:25:20 +03:00

Cleaned up parameter group definitions for displayPort. (#9115)

Cleaned up parameter group definitions for displayPort.
This commit is contained in:
Michael Keller 2019-10-31 01:14:22 +13:00 committed by GitHub
commit 67adc4ddab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 90 additions and 40 deletions

View file

@ -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