Added mixer log, and stub for EMS type 0xAC.

This commit is contained in:
ypaindaveine
2020-03-01 12:23:13 +01:00
parent f06ebee15c
commit 634e7cb7cd
5 changed files with 38 additions and 10 deletions

View File

@@ -215,7 +215,7 @@ static_assert(sizeof(RtcmemData) <= (RTCMEM_BLOCKS * 4u), "RTCMEM struct is too
typedef struct {
bool set; // is it a set command?
char key[50];
char key[55]; // longest is log (alternatively, the log command description could be shortened)
char description[110];
} command_t;