@@ -55,6 +55,7 @@ uint8_t SPI_TxIndex = 0;
uint8_t SPI_RxBuff[32];
uint8_t SPI_RxIndex = 0;
+
typedef struct
{
uint8_t HEAD;