1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-26 01:35:41 +03:00

CF/BF - Delete old/unused MSP commands. Cleaning MSP naming a little.

The commands that are deleted have been deprecated for a LONG time.
They have long been superceed with more specific commands.

Fix voltage meter config to include id and type in the subframe.
This commit is contained in:
Hydra 2017-03-19 18:42:06 +00:00 committed by Dominic Clifton
parent e9aaa4387e
commit 5d602d69ff
4 changed files with 77 additions and 140 deletions

View file

@ -20,7 +20,10 @@
#include "common/time.h"
#include "config/parameter_group.h"
#if defined(GPS) || defined(MAG)
extern int16_t magHold;
#endif
extern bool isRXDataNew;
extern int16_t headFreeModeHold;