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:
Beat Küng
2017-04-18 14:06:30 +02:00
committed by Lorenz Meier
parent 25dfa9cda6
commit 0165633bf3
6 changed files with 16 additions and 56 deletions
-1
View File
@@ -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