2019-08-31 Fred Gleason <fredg@paravelsystems.com>

* Changed the CD player polling interval ('RDCDPLAYER_CLOCK_INTERVAL')
	from 100 mS to 1000 mS.
This commit is contained in:
Fred Gleason
2019-08-31 20:03:50 -04:00
parent 87431f69b7
commit e53d844616
3 changed files with 7 additions and 1 deletions

View File

@@ -33,7 +33,7 @@
//
// Driver Settings
//
#define RDCDPLAYER_CLOCK_INTERVAL 100
#define RDCDPLAYER_CLOCK_INTERVAL 1000
#define RDCDPLAYER_BUTTON_DELAY 100
class RDCdPlayer : public QObject