restore format check

This commit is contained in:
Daniel Agar
2015-10-06 15:26:19 -04:00
parent 74a61a3610
commit 2529f07d44
5 changed files with 10 additions and 7 deletions
+1 -1
View File
@@ -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