mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-13 03:19:58 +03:00
Merge pull request #9568 from JulioCesarMatias/FixDefaultParamName
Correct wrong writing
This commit is contained in:
commit
f2cefe6a37
4 changed files with 4 additions and 3 deletions
|
@ -48,7 +48,7 @@ typedef enum FIRMWARE_VERSION_TYPE
|
|||
} FIRMWARE_VERSION_TYPE;
|
||||
#endif
|
||||
|
||||
/** @brief Flags to report failure cases over the high latency telemtry. */
|
||||
/** @brief Flags to report failure cases over the high latency telemetry. */
|
||||
#ifndef HAVE_ENUM_HL_FAILURE_FLAG
|
||||
#define HAVE_ENUM_HL_FAILURE_FLAG
|
||||
typedef enum HL_FAILURE_FLAG
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue