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.

This commit is contained in:
mikeller 2019-10-27 22:14:06 +13:00
parent 887a913c6e
commit d71b117c3e
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