We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5738bcc commit 28a1b1cCopy full SHA for 28a1b1c
targets/stm32l432/build/application.mk
@@ -84,4 +84,5 @@ cbor:
84
cd ../../tinycbor/ && make clean
85
cd ../../tinycbor/ && make CC="$(CC)" AR=$(AR) \
86
LDFLAGS="$(LDFLAGS_LIB)" \
87
-CFLAGS="$(CFLAGS) -Os"
+CFLAGS="$(CFLAGS) -Os -DCBOR_PARSER_MAX_RECURSIONS=3"
88
+
0 commit comments