Bifurcator: add effect commands

This commit is contained in:
Natt Akuma 2024-04-01 17:27:31 +07:00
parent b3e0825462
commit c60d1845e5
4 changed files with 20 additions and 1 deletions

View file

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