lwm2m_senml_cbor_regenerate.sh: Fix argument order in zcbor call

zcbor 0.6.0 has changed the argument order to put code/convert/validate
first.

Signed-off-by: Øyvind Rønningstad <oyvind.ronningstad@nordicsemi.no>
This commit is contained in:
Øyvind Rønningstad 2022-10-12 15:46:19 +02:00 committed by Carles Cufí
parent f8d0c8a43f
commit 7b05569d49

View file

@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: Apache-2.0
zcbor --default-max-qty 99 -c lwm2m_senml_cbor.cddl code -e -d -t lwm2m_senml \
zcbor code --default-max-qty 99 -c lwm2m_senml_cbor.cddl -e -d -t lwm2m_senml \
--oc lwm2m_senml_cbor.c --oh lwm2m_senml_cbor.h
clang-format -i \