From 488165ecfac99ae55650635b6a965b490a12dd81 Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Thu, 22 Jul 2021 15:42:42 +0200 Subject: ctl: fix "Set Data Format" output TLV prerequisites --- data/qmi-service-ctl.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'data') diff --git a/data/qmi-service-ctl.json b/data/qmi-service-ctl.json index 16defc9f..a964066e 100644 --- a/data/qmi-service-ctl.json +++ b/data/qmi-service-ctl.json @@ -138,8 +138,8 @@ "type" : "TLV", "since" : "1.0", "format" : "guint16", - "public-format" : "QmiCtlDataLinkProtocol" } ], - "prerequisites" : [ { "common-ref" : "Success" } ] }, + "public-format" : "QmiCtlDataLinkProtocol", + "prerequisites" : [ { "common-ref" : "Success" } ] } ] }, // ********************************************************************************* { "name" : "Sync", -- cgit v1.2.1