Browse Source

bflsc x-link header different to documentation

Kano 12 years ago
parent
commit
e8bbb49b5b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      driver-bflsc.c

+ 1 - 1
driver-bflsc.c

@@ -157,8 +157,8 @@ struct bflsc_info {
 
 struct DataForwardToChain {
 	uint8_t header;
-	uint8_t deviceAddress;
 	uint8_t payloadSize;
+	uint8_t deviceAddress;
 	uint8_t payloadData[BFLSC_MAXPAYLOAD];
 };