mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Moved BOARD_EEPROM_WP_CTRL further down in file (from rebase)
This commit is contained in:
parent
e3698e6853
commit
27abc4fe6b
@ -125,13 +125,6 @@
|
||||
# endif
|
||||
#endif
|
||||
|
||||
/* Provide an overridable default nop
|
||||
* for BOARD_EEPROM_WP_CTRL
|
||||
*/
|
||||
#if !defined(BOARD_EEPROM_WP_CTRL)
|
||||
# define BOARD_EEPROM_WP_CTRL(on_true)
|
||||
#endif
|
||||
|
||||
/* Define an overridable default of 0.0f V for batery v div
|
||||
* This is done to ensure the missing default trips a low
|
||||
* voltage lockdown
|
||||
@ -184,6 +177,14 @@
|
||||
# endif
|
||||
#endif
|
||||
|
||||
/* Provide an overridable default nop
|
||||
* for BOARD_EEPROM_WP_CTRL
|
||||
*/
|
||||
#if !defined(BOARD_EEPROM_WP_CTRL)
|
||||
# define BOARD_EEPROM_WP_CTRL(on_true)
|
||||
#endif
|
||||
|
||||
|
||||
/************************************************************************************
|
||||
* Private Functions
|
||||
************************************************************************************/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user