j
k
j a
j l
Thanks for the pull request. Why do you defined it differently in your implementation then in the library?
- your request: #define VENDOR(x) (((x) >> 16) & 0xffff) - library: #define VENDOR(x) (((x) >> 8) & 0xffffff)
Attachments:
Back to the thread
Back to the list