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:
parent
e9aaa4387e
commit
5d602d69ff
4 changed files with 77 additions and 140 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue