fewer console cmd slots

This commit is contained in:
Matthew Kennedy 2023-03-31 23:05:17 -07:00
parent 915882f1e3
commit 461e448162
4 changed files with 2 additions and 8 deletions

View File

@ -309,10 +309,6 @@
//#define EFI_MALFUNCTION_INDICATOR FALSE //#define EFI_MALFUNCTION_INDICATOR FALSE
#endif #endif
#ifndef CONSOLE_MAX_ACTIONS
#define CONSOLE_MAX_ACTIONS 180
#endif
#define EFI_MAP_AVERAGING TRUE #define EFI_MAP_AVERAGING TRUE
//#define EFI_MAP_AVERAGING FALSE //#define EFI_MAP_AVERAGING FALSE

View File

@ -29,6 +29,8 @@
// todo: support \t as well // todo: support \t as well
#define SPACE_CHAR ' ' #define SPACE_CHAR ' '
#define CONSOLE_MAX_ACTIONS 100
static int consoleActionCount = 0; static int consoleActionCount = 0;
static TokenCallback consoleActions[CONSOLE_MAX_ACTIONS] CCM_OPTIONAL; static TokenCallback consoleActions[CONSOLE_MAX_ACTIONS] CCM_OPTIONAL;

View File

@ -59,8 +59,6 @@
#define EFI_TOOTH_LOGGER TRUE #define EFI_TOOTH_LOGGER TRUE
#endif #endif
#define CONSOLE_MAX_ACTIONS 256
#define EFI_USE_UART_DMA FALSE #define EFI_USE_UART_DMA FALSE
#define EFI_MAP_AVERAGING TRUE #define EFI_MAP_AVERAGING TRUE

View File

@ -58,8 +58,6 @@
#define EFI_HISTOGRAMS FALSE #define EFI_HISTOGRAMS FALSE
#define CONSOLE_MAX_ACTIONS 128
#define EFI_CLI_SUPPORT FALSE #define EFI_CLI_SUPPORT FALSE
#define EFI_SIGNAL_EXECUTOR_ONE_TIMER FALSE #define EFI_SIGNAL_EXECUTOR_ONE_TIMER FALSE