Skip to content

Commit fd6bd4c

Browse files
committed
samples: net: ocpp: replace CONFIG_JSONC with CONFIG_JSON_LIBRARY
Updated prj.conf to use CONFIG_JSON_LIBRARY instead of CONFIG_JSONC. Signed-off-by: Sanjay Vallimanalan <[email protected]>
1 parent 3ba40f6 commit fd6bd4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/net/ocpp/prj.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ CONFIG_NET_SAMPLE_OCPP_PORT=8180
2525
CONFIG_MAIN_STACK_SIZE=4096
2626
CONFIG_HEAP_MEM_POOL_SIZE=15000
2727

28-
CONFIG_JSONC=y
28+
CONFIG_JSON_LIBRARY=y
2929
CONFIG_PICOLIBC=y
3030
CONFIG_NET_ARP=y
3131
CONFIG_NET_UDP=y

0 commit comments

Comments
 (0)