FDS: prepare for auto mod

This commit is contained in:
tildearrow 2024-08-02 02:21:44 -05:00
parent 0fd72afeb4
commit f50911ea49
5 changed files with 15 additions and 1 deletions

View file

@ -261,7 +261,9 @@ const char* cmdName[]={
"MINMOD_ECHO",
"BIFURCATOR_STATE_LOAD",
"BIFURCATOR_PARAMETER"
"BIFURCATOR_PARAMETER",
"FDS_MOD_AUTO"
};
static_assert((sizeof(cmdName)/sizeof(void*))==DIV_CMD_MAX,"update cmdName!");