jeudi 30 octobre 2014

C buffer issue hard coding


Vote count:

0





Rf_Rx_Buff[0]; //first 2 bits of serial number
Rf_Rx_Buff[1]; //second 2 bits
Rf_Rx_Buff[2]; //third
Rf_Rx_Buff[3]; //fourth


I want to hardcode the serial number of the device.



Rf_Rx_Buff[0]=0x30;
Rf_Rx_Buff[1]=0x67;
Rf_Rx_Buff[2]=0x43;
Rf_Rx_Buff[3]=0x57;


I am getting an error saying invalid dimension, missing basic type; int assumed



asked 1 min ago







C buffer issue hard coding

Aucun commentaire:

Enregistrer un commentaire