1
0
mirror of https://github.com/DigitalDevices/dddvb.git synced 2023-10-10 13:37:43 +02:00
This commit is contained in:
drmocm 2023-09-16 15:08:24 +02:00
parent 33ed0ec27c
commit 8dc2fd062f

View File

@ -952,7 +952,7 @@ int mci_set_channels(int fd, uint32_t freq, uint8_t nchan, uint8_t standard,
break; break;
} }
fprintf(stderr,"Setting DVBT Modulator channels to %d HZ, %d channels, %s\n", fprintf(stderr,"Setting DVB Modulator channels to %d HZ, %d channels, %s\n",
freq, nchan, stand); freq, nchan, stand);
return mci_cmd(fd,&msg_channels); return mci_cmd(fd,&msg_channels);