more slots

This commit is contained in:
Matthew Kennedy 2023-03-31 23:11:37 -07:00
parent b9d065ae4e
commit 2769d3a30a
1 changed files with 1 additions and 1 deletions

View File

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