1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-18 03:52:11 +01:00

style: use 2 spaces and full stop for UAVO comments (as used in other objects)

+review OPReview-430
This commit is contained in:
Oleg Semyonov 2013-04-19 18:47:56 +03:00
parent f30692836a
commit 72a2d1a50e

View File

@ -1,6 +1,6 @@
<xml> <xml>
<object name="SystemAlarms" singleinstance="true" settings="false"> <object name="SystemAlarms" singleinstance="true" settings="false">
<description>Alarms from OpenPilot to indicate failure conditions or warnings. Set by various modules.Some modules may have a module defined Status and Substatus fields that details its condition</description> <description>Alarms from OpenPilot to indicate failure conditions or warnings. Set by various modules. Some modules may have a module defined Status and Substatus fields that details its condition.</description>
<field name="Alarm" units="" type="enum" options="Uninitialised,OK,Warning,Error,Critical" defaultvalue="Uninitialised"> <field name="Alarm" units="" type="enum" options="Uninitialised,OK,Warning,Error,Critical" defaultvalue="Uninitialised">
<elementnames> <elementnames>
<elementname>SystemConfiguration</elementname> <elementname>SystemConfiguration</elementname>