You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: message_definitions/v1.0/development.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -212,7 +212,7 @@
212
212
<fieldtype="uint8_t"name="target_system">System ID (ID of target system, normally flight controller).</field>
213
213
<fieldtype="uint8_t"name="target_component">Component ID (normally 0 for broadcast).</field>
214
214
<fieldtype="uint32_t"name="time_last_update_ms"units="ms">Time when the data in the channels field were last updated (time since boot in the receiver's time domain).</field>
215
-
<fieldtype="uint16_t"name="flags"enum="RADIO_RC_CHANNELS_FLAGS"display="bitmask">Radio RC channels status flags.</field>
215
+
<fieldtype="uint16_t"name="flags"enum="RADIO_RC_CHANNELS_FLAGS">Radio RC channels status flags.</field>
216
216
<fieldtype="uint8_t"name="count">Total number of RC channels being received. This can be larger than 32, indicating that more channels are available but not given in this message.</field>
0 commit comments