Moved message encoding/decoding to message.c

This commit is contained in:
2022-08-15 21:14:01 +02:00
parent a051ba41de
commit be210692c6
7 changed files with 26 additions and 155 deletions

View File

@ -181,7 +181,6 @@ MISCSRC=\
conn_create_noq.c\
connlist.c\
conn_prepare_image_data_request.c\
cw_decode_msg.c \
conn_q_add_packet.c\
conn_q_get_packet.c\
conn_q_recv_packet.c\
@ -204,6 +203,8 @@ MISCSRC=\
conn.c \
val.c \
discovery.c\
message.c\
# conn_q_wait_packet.c\