mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-14 07:50:34 +08:00
restore format check
This commit is contained in:
@@ -88,7 +88,7 @@ extern struct param_info_s *param_info_base;
|
||||
extern struct param_info_s *param_info_limit;
|
||||
#else
|
||||
// FIXME - start and end are reversed
|
||||
static const struct param_info_s *param_info_base = (const struct param_info_s *)&px4_parameters;
|
||||
static const struct param_info_s *param_info_base = (const struct param_info_s *) &px4_parameters;
|
||||
#endif
|
||||
|
||||
#define param_info_count px4_parameters.param_count
|
||||
|
||||
Reference in New Issue
Block a user