csiread
csiread copied to clipboard
Error
Hello,
I have this problem when I run the command make ? What should I do to fix it?
Thanks,
(u_int64_t)buf_addr[0] << 56
Hello,
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.