Moved BOARD_EEPROM_WP_CTRL further down in file (from rebase)

This commit is contained in:
David Sidrane 2017-01-20 13:44:51 -10:00 committed by Lorenz Meier
parent e3698e6853
commit 27abc4fe6b

View File

@ -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
************************************************************************************/