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:
parent
86b81baa18
commit
5f733da444
2 changed files with 60 additions and 40 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue