diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-05-26 10:48:12 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-05-26 10:48:12 +0000 |
| commit | d2da0253f85bb6df820e3c995c80d588ae7d08a5 (patch) | |
| tree | 98d1a275f6a3e84984837a205d9ab15bdb538cd7 | |
| parent | a4cadca93a60d5a5019d2a063e39d66f50e576e2 (diff) | |
| download | enigma2-d2da0253f85bb6df820e3c995c80d588ae7d08a5.tar.gz enigma2-d2da0253f85bb6df820e3c995c80d588ae7d08a5.zip | |
fix comment
| -rw-r--r-- | lib/dvb/sec.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dvb/sec.cpp b/lib/dvb/sec.cpp index e0bf5fd3..c679b762 100644 --- a/lib/dvb/sec.cpp +++ b/lib/dvb/sec.cpp @@ -544,7 +544,7 @@ RESULT eDVBSatelliteEquipmentControl::prepare(iDVBFrontend &frontend, FRONTENDPA sec_sequence.push_back( eSecCommand(eSecCommand::IF_VOLTAGE_GOTO, compare) ); compare.steps = +3; sec_sequence.push_back( eSecCommand(eSecCommand::SET_VOLTAGE, compare.voltage) ); - // voltage was disabled..so we wait a longer time .. for normal switches 500ms should be enough + // voltage was disabled..so we wait a longer time .. for normal switches 750ms should be enough sec_sequence.push_back( eSecCommand(eSecCommand::SLEEP, 750) ); for (int seq_repeat = 0; seq_repeat < (di_param.m_seq_repeat?2:1); ++seq_repeat) |
