libyuarel
libyuarel copied to clipboard
Nitpicking: Example in README won't compile because of missing struct definition
Nitpicking ;)
The README.md ("How to use it") is missing the definition of params
:
struct yuarel_param params[3];
otherwise it won't compile.