mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-21 12:47:34 +08:00
Linux: Added linker script support for param and added mc_att_control
Added linker script to resolve __param_start and __param_end. Added mc_att_control to list of supported builtins. Signed-off-by: Mark Charlebois <charlebm@gmail.com>
This commit is contained in:
@@ -71,7 +71,7 @@
|
||||
/**
|
||||
* Array of static parameter info.
|
||||
*/
|
||||
#if defined(_UNIT_TEST) || defined(__PX4_LINUX)
|
||||
#if defined(_UNIT_TEST)
|
||||
extern struct param_info_s param_array[];
|
||||
extern struct param_info_s *param_info_base;
|
||||
extern struct param_info_s *param_info_limit;
|
||||
|
||||
Reference in New Issue
Block a user