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:
parent
f8d0c8a43f
commit
7b05569d49
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
#
|
#
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
# 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
|
--oc lwm2m_senml_cbor.c --oh lwm2m_senml_cbor.h
|
||||||
|
|
||||||
clang-format -i \
|
clang-format -i \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue