I FORGOT!!!!!

This commit is contained in:
Kuba 2023-10-31 14:53:57 +00:00
parent 1b11110a39
commit e7224b71e9
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ ResultAndArg poll_control_pipe() {
printf("\n");
resarg.res = CONTROL_PIPE_DEVIATION_SET;
resarg.arg = arg;
else if(fifo[0] == 'G' && fifo[1] == 'A' && fifo[2] == 'I') {
} else if(fifo[0] == 'G' && fifo[1] == 'A' && fifo[2] == 'I') {
printf("Set Gain to ");
printf(arg);
printf("\n");