1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 00:05:33 +03:00

Show errors when resetting to custom defaults.

This commit is contained in:
mikeller 2020-03-02 00:24:28 +13:00
parent 86b81baa18
commit 5f733da444
2 changed files with 60 additions and 40 deletions

View file

@ -27,6 +27,8 @@
#ifdef USE_MSP_DISPLAYPORT
#include "cli/cli.h"
#include "common/utils.h"
#include "drivers/display.h"
@ -39,10 +41,6 @@
static displayPort_t mspDisplayPort;
#ifdef USE_CLI
extern uint8_t cliMode;
#endif
static int output(displayPort_t *displayPort, uint8_t cmd, uint8_t *buf, int len)
{
UNUSED(displayPort);