1# Copyright (c) 2022 Nordic Semiconductor ASA
2#
3# SPDX-License-Identifier: Apache-2.0
4
5zcbor code --default-max-qty 99 -c lwm2m_senml_cbor.cddl -e -d -t lwm2m_senml \
6	--oc lwm2m_senml_cbor.c --oh lwm2m_senml_cbor.h --file-header "
7Copyright (c) 2024 Nordic Semiconductor ASA
8
9SPDX-License-Identifier: Apache-2.0
10"
11
12git add -A
13git commit -s -m"pre-patch"
14
15git apply --reject lwm2m_senml_cbor.patch
16
17clang-format -i \
18	lwm2m_senml_cbor_decode.c lwm2m_senml_cbor_decode.h \
19	lwm2m_senml_cbor_encode.c lwm2m_senml_cbor_encode.h \
20	lwm2m_senml_cbor_types.h
21