summaryrefslogtreecommitdiff
path: root/templates/example/soundcard.xml
diff options
context:
space:
mode:
Diffstat (limited to 'templates/example/soundcard.xml')
-rw-r--r--templates/example/soundcard.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/example/soundcard.xml b/templates/example/soundcard.xml
index da419aa..07f4c99 100644
--- a/templates/example/soundcard.xml
+++ b/templates/example/soundcard.xml
@@ -7,5 +7,5 @@
%% for name, value in component.properties.items()
<property name="{{ name }}">{{ value }}</property>
%% endfor
- <clock-master>true</clock-master>
+ <clock-master>{{ component.master }}</clock-master>
</component>