small change

This commit is contained in:
Kuba 2023-10-31 13:33:50 +00:00
parent 46125bbf41
commit a5fd5034a9
1 changed files with 3 additions and 0 deletions

View File

@ -140,6 +140,9 @@ ResultAndArg poll_control_pipe() {
resarg.res = CONTROL_PIPE_RDS_SET; resarg.res = CONTROL_PIPE_RDS_SET;
resarg.arg = (char)rds; resarg.arg = (char)rds;
} else if(fifo[0] == 'D' && fifo[1] == 'E' && fifo[2] == 'V') { } else if(fifo[0] == 'D' && fifo[1] == 'E' && fifo[2] == 'V') {
printf("Set Deviation to ");
printf(arg);
printf("\n");
resarg.res = CONTROL_PIPE_DEVIATION_SET; resarg.res = CONTROL_PIPE_DEVIATION_SET;
resarg.arg = arg; resarg.arg = arg;
} }