fewer console cmd slots
This commit is contained in:
parent
915882f1e3
commit
461e448162
|
@ -309,10 +309,6 @@
|
|||
//#define EFI_MALFUNCTION_INDICATOR FALSE
|
||||
#endif
|
||||
|
||||
#ifndef CONSOLE_MAX_ACTIONS
|
||||
#define CONSOLE_MAX_ACTIONS 180
|
||||
#endif
|
||||
|
||||
#define EFI_MAP_AVERAGING TRUE
|
||||
//#define EFI_MAP_AVERAGING FALSE
|
||||
|
||||
|
|
|
@ -29,6 +29,8 @@
|
|||
// todo: support \t as well
|
||||
#define SPACE_CHAR ' '
|
||||
|
||||
#define CONSOLE_MAX_ACTIONS 100
|
||||
|
||||
static int consoleActionCount = 0;
|
||||
static TokenCallback consoleActions[CONSOLE_MAX_ACTIONS] CCM_OPTIONAL;
|
||||
|
||||
|
|
|
@ -59,8 +59,6 @@
|
|||
#define EFI_TOOTH_LOGGER TRUE
|
||||
#endif
|
||||
|
||||
#define CONSOLE_MAX_ACTIONS 256
|
||||
|
||||
#define EFI_USE_UART_DMA FALSE
|
||||
|
||||
#define EFI_MAP_AVERAGING TRUE
|
||||
|
|
|
@ -58,8 +58,6 @@
|
|||
|
||||
#define EFI_HISTOGRAMS FALSE
|
||||
|
||||
#define CONSOLE_MAX_ACTIONS 128
|
||||
|
||||
#define EFI_CLI_SUPPORT FALSE
|
||||
|
||||
#define EFI_SIGNAL_EXECUTOR_ONE_TIMER FALSE
|
||||
|
|
Loading…
Reference in New Issue