mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 01:41:23 +02:00
frontend: fix last commit whitespace
This commit is contained in:
@@ -2244,7 +2244,7 @@ void CFrontend::setDiseqc(int sat_no, const uint8_t pol, const uint32_t frequenc
|
|||||||
cmd.msg[3] = 0xF0 | ((sat_no / 4) & 0x03);
|
cmd.msg[3] = 0xF0 | ((sat_no / 4) & 0x03);
|
||||||
//send the command to setup second uncommited switch and
|
//send the command to setup second uncommited switch and
|
||||||
// wait 100 ms.
|
// wait 100 ms.
|
||||||
sendDiseqcCommand(&cmd, 100);
|
sendDiseqcCommand(&cmd, 100);
|
||||||
#else
|
#else
|
||||||
/* for 64 inputs */
|
/* for 64 inputs */
|
||||||
uint8_t cascade_input[16] = {0xF0, 0xF4, 0xF8, 0xFC, 0xF1, 0xF5, 0xF9, 0xFD, 0xF2, 0xF6, 0xFA,
|
uint8_t cascade_input[16] = {0xF0, 0xF4, 0xF8, 0xFC, 0xF1, 0xF5, 0xF9, 0xFD, 0xF2, 0xF6, 0xFA,
|
||||||
|
Reference in New Issue
Block a user