mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-26 09:26:25 +08:00
canbootloder:Make support for ALT Bootloader an Option
This commit is contained in:
committed by
Daniel Agar
parent
174f2624df
commit
5ea56af5f0
@@ -616,6 +616,7 @@ typedef enum reset_mode_e {
|
||||
int board_configure_reset(reset_mode_e mode, uint32_t arg);
|
||||
#endif
|
||||
|
||||
#if defined(SUPPORT_ALT_CAN_BOOTLOADER)
|
||||
/****************************************************************************
|
||||
* Name: board_booted_by_px4
|
||||
*
|
||||
@@ -631,7 +632,7 @@ int board_configure_reset(reset_mode_e mode, uint32_t arg);
|
||||
****************************************************************************/
|
||||
|
||||
bool board_booted_by_px4(void);
|
||||
|
||||
#endif
|
||||
/************************************************************************************
|
||||
* Name: board_query_manifest
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user