mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-14 08:00:35 +08:00
board_config: remove px4_board_pwr, use px4_shutdown_request instead
px4_board_pwr has become obsolete with the addition of board_shutdown
This commit is contained in:
@@ -116,7 +116,6 @@ __EXPORT void px4_enable_sim_lockstep(void);
|
||||
__EXPORT void px4_sim_start_delay(void);
|
||||
__EXPORT void px4_sim_stop_delay(void);
|
||||
__EXPORT bool px4_sim_delay_enabled(void);
|
||||
__EXPORT bool px4_board_pwr(bool on);
|
||||
|
||||
__END_DECLS
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user