We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I have this problem when I run the command make ? What should I do to fix it?
Thanks,
The text was updated successfully, but these errors were encountered:
(u_int64_t)buf_addr[0] << 56
Sorry, something went wrong.
Can you give me more details please.
I replace buf_addr[0] << 56 by (u_int64_t)buf_addr[0] << 56 or what ?
Thanks for your help.
Original code: available online : https://github.com/xieyaxiongfly/Atheros-CSI-Tool-UserSpace-APP/blob/master/recvCSI/csi_fun.c
Yes, it's a type casting.
Just replace it, nothing else.
No branches or pull requests
Hello,
I have this problem when I run the command make ? What should I do to fix it?
Thanks,
The text was updated successfully, but these errors were encountered: