diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2009-08-12 19:16:03 +0200 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2009-08-12 19:16:03 +0200 |
| commit | 8a54d14d80727d2da69979419630c438967276e5 (patch) | |
| tree | 5cd0f823ab431524bdbf9fe9c30e019ed5360211 /lib/dvb/frontend.h | |
| parent | 4280abc2c27285c0730fbc80caac7c4971cd6515 (diff) | |
| download | enigma2-8a54d14d80727d2da69979419630c438967276e5.tar.gz enigma2-8a54d14d80727d2da69979419630c438967276e5.zip | |
much better motor turning without possibility of power measurement
Diffstat (limited to 'lib/dvb/frontend.h')
| -rw-r--r-- | lib/dvb/frontend.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dvb/frontend.h b/lib/dvb/frontend.h index b6e3b6a4..e1556bd9 100644 --- a/lib/dvb/frontend.h +++ b/lib/dvb/frontend.h @@ -105,7 +105,7 @@ private: void feEvent(int); void timeout(); void tuneLoop(); // called by m_tuneTimer - void setFrontend(); + void setFrontend(bool recvEvents=true); bool setSecSequencePos(int steps); static int PriorityOrder; public: |
