mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 08:15:30 +03:00
Cleanup some enum values - using topic_type instead of type_topic.
This commit is contained in:
parent
31a00d6b4d
commit
946f65601f
15 changed files with 37 additions and 37 deletions
|
@ -322,7 +322,7 @@ void mwDisarm(void)
|
|||
}
|
||||
}
|
||||
|
||||
#define TELEMETRY_FUNCTION_MASK (FUNCTION_FRSKY_TELEMETRY | FUNCTION_HOTT_TELEMETRY | FUNCTION_MSP_TELEMETRY | FUNCTION_SMARTPORT_TELEMETRY)
|
||||
#define TELEMETRY_FUNCTION_MASK (FUNCTION_TELEMETRY_FRSKY | FUNCTION_TELEMETRY_HOTT | FUNCTION_TELEMETRY_MSP | FUNCTION_TELEMETRY_SMARTPORT)
|
||||
|
||||
void mwArm(void)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue