Skip to content

Commit

Permalink
make platform tickless
Browse files Browse the repository at this point in the history
  • Loading branch information
jabdoa2 committed Aug 18, 2016
1 parent ef4b241 commit 2fc3cec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mpf/platforms/opp/opp.py
Expand Up @@ -58,6 +58,8 @@ def __init__(self, machine):
self._poll_task = None
self._light_update_task = None

self.features['tickless'] = True

self.config = self.machine.config['opp']
self.machine.config_validator.validate_config("opp", self.config)

Expand Down

0 comments on commit 2fc3cec

Please sign in to comment.