mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-17 12:17:35 +08:00
fix: Add missing comma for const strings
This commit is contained in:
@@ -58,7 +58,7 @@ const char *parser_state[] = {
|
||||
"5_GOT_STRENGTH_L",
|
||||
"6_GOT_STRENGTH_H",
|
||||
"7_GOT_PRESERVED",
|
||||
"8_GOT_QUALITY"
|
||||
"8_GOT_QUALITY",
|
||||
"9_GOT_CHECKSUM"
|
||||
};
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user