Skip to content

Commit

Permalink
MSB to LSB
Browse files Browse the repository at this point in the history
  • Loading branch information
raul-ortega authored Jun 21, 2017
1 parent faa3156 commit 830b805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/tracker/pitlab.c
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ void preProcessHexString(void){
for(uint8_t j = 0; j < 2; ++j){
str_buffer[j] = hexString[sIdx++];
}
lsRxData[4-i] = hex2int(str_buffer,2);
lsRxData[5-i] = hex2int(str_buffer,2);
}
}

Expand Down

0 comments on commit 830b805

Please sign in to comment.