mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
Common: Add support for power management (on / off) from the flight controller side
This commit is contained in:
@@ -377,7 +377,7 @@ __EXPORT int board_get_uuid_formated32(char *format_buffer, int size,
|
||||
#endif // !defined(BOARD_OVERRIDE_UUID)
|
||||
|
||||
#if !defined(BOARD_HAS_POWER_CONTROL)
|
||||
#define board_pwr(switch_on) { do {} while(0); }
|
||||
#define px4_board_pwr(switch_on) { do {} while(0); }
|
||||
#endif
|
||||
|
||||
/************************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user