On 10/05/2024 00:35, Bryan O'Donoghue wrote:
I think these structures should just have the "[1] -> []" conversion done and be retained instead.
They won't have the same sizeof() then so ignore that thought.I still would suggest dropping the `something[1]` in favour of `something` because these structures document the protocol between host and firmware and therefore are useful even if unused in the code.
--- bod