]> Kevux Git Server - fll/commit
Bugfix: The f_fss_simple_packet_encode() is not setting the entire size.
authorKevin Day <thekevinday@gmail.com>
Tue, 19 Dec 2023 05:18:43 +0000 (23:18 -0600)
committerKevin Day <thekevinday@gmail.com>
Tue, 19 Dec 2023 05:18:43 +0000 (23:18 -0600)
commit8e83c51dad48272c6826a5e1f1a851e5ef4292d0
treed8537767e5acc199d634ccaadd4b329157566cbb
parent9ff32b622666e0018ec132cf67aa95b78a0380f8
Bugfix: The f_fss_simple_packet_encode() is not setting the entire size.

The code is casting to uint8_t too soon, causing the bytes after the first to be lost.
level_0/f_fss/c/fss/simple_packet.c