mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 05:15:25 +03:00
Changed MSP command name to 'MSP_SET_ARMING_DISABLED' to make it consistent.
This commit is contained in:
parent
75632daf6b
commit
60a8f3a5b9
2 changed files with 2 additions and 2 deletions
|
@ -1712,7 +1712,7 @@ static mspResult_e mspProcessInCommand(uint8_t cmdMSP, sbuf_t *src)
|
|||
break;
|
||||
#endif
|
||||
|
||||
case MSP_ARMING_DISABLE:
|
||||
case MSP_SET_ARMING_DISABLED:
|
||||
{
|
||||
const uint8_t command = sbufReadU8(src);
|
||||
if (command) {
|
||||
|
|
|
@ -214,7 +214,7 @@
|
|||
|
||||
#define MSP_CAMERA_CONTROL 98
|
||||
|
||||
#define MSP_ARMING_DISABLE 99
|
||||
#define MSP_SET_ARMING_DISABLED 99
|
||||
|
||||
//
|
||||
// OSD specific
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue