Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix unknown type name 'u_int16_t' (#9158)
This patch fixes color-control-server when cross compiling with clang for arm-linux-musleabi: "color-control-server.cpp:1535:5: error: unknown type name 'u_int16_t'; did you mean 'uint16_t'? u_int16_t startHue = 0x2300;"
- Loading branch information