csiread icon indicating copy to clipboard operation
csiread copied to clipboard

Error

Open CSIhicham opened this issue 3 years ago • 3 comments

Hello,

I have this problem when I run the command make ? What should I do to fix it?

150677692-690717f6-dc75-421a-a5ca-ff9098d23946 Thanks,

CSIhicham avatar Feb 04 '22 14:02 CSIhicham

(u_int64_t)buf_addr[0] << 56

citysu avatar Feb 22 '22 11:02 citysu

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

CSIhicham avatar Feb 22 '22 13:02 CSIhicham

Yes, it's a type casting.

Just replace it, nothing else.

citysu avatar Feb 22 '22 14:02 citysu