look dead code!
This commit is contained in:
parent
b778ead56f
commit
5986d63686
|
@ -302,9 +302,6 @@
|
|||
|
||||
#define EFI_WARNING_LED FALSE
|
||||
|
||||
#undef CONSOLE_MODE_SWITCH_PORT
|
||||
#undef CONFIG_RESET_SWITCH_PORT
|
||||
|
||||
/**
|
||||
* This is the size of the MemoryStream used by chvprintf
|
||||
*/
|
||||
|
|
|
@ -282,9 +282,6 @@
|
|||
|
||||
#define EFI_WARNING_LED FALSE
|
||||
|
||||
#undef CONSOLE_MODE_SWITCH_PORT
|
||||
#undef CONFIG_RESET_SWITCH_PORT
|
||||
|
||||
/**
|
||||
* This is the size of the MemoryStream used by chvprintf
|
||||
*/
|
||||
|
|
|
@ -71,13 +71,6 @@
|
|||
#undef LED_CRITICAL_ERROR_BRAIN_PIN
|
||||
#define LED_CRITICAL_ERROR_BRAIN_PIN Gpio::A13
|
||||
|
||||
#undef CONSOLE_MODE_SWITCH_PORT
|
||||
#undef CONFIG_RESET_SWITCH_PORT
|
||||
|
||||
//!!!!!!!!!!!!!!!
|
||||
//#undef EFI_INTERNAL_ADC
|
||||
//#define EFI_INTERNAL_ADC FALSE
|
||||
|
||||
#undef ADC_VCC
|
||||
#define ADC_VCC 3.275f
|
||||
|
||||
|
|
|
@ -84,11 +84,6 @@
|
|||
#undef TS_SERIAL_AF
|
||||
#define TS_SERIAL_AF 8
|
||||
|
||||
/* no console switch */
|
||||
#undef CONSOLE_MODE_SWITCH_PORT
|
||||
#undef CONSOLE_MODE_SWITCH_PIN
|
||||
#define GET_CONSOLE_MODE_VALUE() (FALSE)
|
||||
|
||||
/* no reset switch */
|
||||
#undef CONFIG_RESET_SWITCH_PORT
|
||||
#undef CONFIG_RESET_SWITCH_PIN
|
||||
|
|
Loading…
Reference in New Issue