mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Whitespace
This commit is contained in:
parent
92c7a64309
commit
fdd65eab68
1 changed files with 1 additions and 1 deletions
2
SPP.cpp
2
SPP.cpp
|
@ -706,7 +706,7 @@ uint8_t SPP::crc(uint8_t *data) {
|
|||
|
||||
/* Calculate FCS */
|
||||
uint8_t SPP::calcFcs(uint8_t *data) {
|
||||
uint8_t temp = crc(data);
|
||||
uint8_t temp = crc(data);
|
||||
if ((data[1] & 0xEF) == RFCOMM_UIH)
|
||||
return (0xFF - temp); // FCS on 2 bytes
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue