Removed netcon

This commit is contained in:
7u83 2022-09-04 21:41:23 +02:00
parent cc257ed27f
commit 1297c46a15

View File

@ -171,7 +171,6 @@ MISCSRC=\
msgset.c\ msgset.c\
send.c\ send.c\
strheap.c\ strheap.c\
netconn.c\
conn.c \ conn.c \
val.c \ val.c \
discovery.c\ discovery.c\
@ -188,6 +187,7 @@ MISCSRC=\
# cw_put_msg.c\ # cw_put_msg.c\
# conn_process_packet.c\ # conn_process_packet.c\
# conn_destroy.c\ # conn_destroy.c\
netconn.c\
DTLSSRC+=\ DTLSSRC+=\
dtls_bio.c\ dtls_bio.c\