Commit ca28778e authored by David Cussans's avatar David Cussans

Changing read/write of trigger old off register from W to w . New versions of…

Changing read/write of trigger old off register from W to w . New versions of uHAL choke on upper case
parent ec85c371
...@@ -75,7 +75,7 @@ ...@@ -75,7 +75,7 @@
<node id="PulseStretchR" address="0x16" permission="r" description="" /> <node id="PulseStretchR" address="0x16" permission="r" description="" />
<node id="PulseDelayW" address="0x7" permission="w" description="" /> <node id="PulseDelayW" address="0x7" permission="w" description="" />
<node id="PulseDelayR" address="0x17" permission="r" description="" /> <node id="PulseDelayR" address="0x17" permission="r" description="" />
<node id="TriggerHoldOffW" address="0x8" permission="W" description="" /><!--Wait, this does nothing at the moment...--> <node id="TriggerHoldOffW" address="0x8" permission="w" description="" /><!--Wait, this does nothing at the moment...-->
<node id="TriggerHoldOffR" address="0x18" permission="r" description="" /><!--Wait, this does nothing at the moment...--> <node id="TriggerHoldOffR" address="0x18" permission="r" description="" /><!--Wait, this does nothing at the moment...-->
<node id="AuxTriggerCountR" address="0x19" permission="r" description="" /> <node id="AuxTriggerCountR" address="0x19" permission="r" description="" />
<node id="TriggerPattern_lowW" address="0xA" permission="w" description="" /> <node id="TriggerPattern_lowW" address="0xA" permission="w" description="" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment