LP-500 fixed comment typos found in PR/review
[librepilot.git] / shared / uavobjectdefinition / oplinkreceiver.xml
blob6539d895229af2f517e54cff01023c995b00bcc6
1 <xml>
2     <object name="OPLinkReceiver" singleinstance="true" settings="false" category="System">
3         <description>A receiver channel group carried over the OPLink radio.</description>
4         <field name="Channel" units="us" type="int16" elements="16"/>
5         <access gcs="readonly" flight="readwrite"/>
6         <telemetrygcs acked="false" updatemode="manual" period="0"/>
7         <telemetryflight acked="false" updatemode="periodic" period="1000"/>
8         <logging updatemode="manual" period="0"/>
9     </object>
10 </xml>