Skip to content

Commit

Permalink
Fix General Diagnostics XML to match spec
Browse files Browse the repository at this point in the history
  • Loading branch information
tennessee-google committed Dec 14, 2023
1 parent d8a8a8a commit b9b403d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ limitations under the License.

<command source="server" code="0x02" name="TimeSnapshotResponse" optional="false" apiMaturity="provisional">
<description>Response for the TimeSnapshot command.</description>
<arg name="SystemTimeUs" type="systime_us" optional="false"/>
<arg name="UTCTimeUs" type="epoch_us" isNullable="true" optional="false"/>
<arg name="SystemTimeMs" type="systime_ms" optional="false"/>
<arg name="PosixTimeMs" type="posix_ms" isNullable="true" optional="false"/>
</command>

<event side="server" code="0x00" name="HardwareFaultChange" priority="critical" optional="true">
Expand Down

0 comments on commit b9b403d

Please sign in to comment.