Files
ps4-lego-onebrain/ps4_lego_onebrain
jessikitty 1ca4bda441 Fix build: hoist all type declarations above the first function
The Arduino IDE injects generated prototypes immediately before the first
function definition in the sketch. clearDesired() sat above struct Hub and
struct PortThrottle, so prototypes referencing those types were emitted
before the types existed. Moved all structs and enums into one block at the
top, and documented the constraint in the header so it does not recur.
2026-09-01 23:29:24 +10:00
..