]> Kevux Git Server - control/commit
Update: Avoid the use of bool, keeping it to a bare minimum.
authorKevin Day <Kevin@kevux.org>
Mon, 1 Dec 2025 01:42:27 +0000 (19:42 -0600)
committerKevin Day <Kevin@kevux.org>
Mon, 1 Dec 2025 01:42:27 +0000 (19:42 -0600)
commit9a56cd68a25ff2baf0cdd7cbfa2a0e2a254dda8d
tree84ff0d2ad9e780442bb6904ea26549276e9644a6
parent5b95cebd54910979fb5e2251f8179ff688f3b3d3
Update: Avoid the use of bool, keeping it to a bare minimum.

Use `uint8_t` to both enforce a specific byte size as well as provide the ability for it to be converted into a set of bits if need be, without breaking API or ABI.
sources/c/program/control/main/packet.c
sources/c/program/control/main/packet.h