projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Spell check all source files once again to find any typos.
[pub/USBasp.git]
/
Demos
/
Host
/
Incomplete
/
BluetoothHost
/
Lib
/
RFCOMM.c
diff --git
a/Demos/Host/Incomplete/BluetoothHost/Lib/RFCOMM.c
b/Demos/Host/Incomplete/BluetoothHost/Lib/RFCOMM.c
index
f74002a
..
2ca6cfa
100644
(file)
--- a/
Demos/Host/Incomplete/BluetoothHost/Lib/RFCOMM.c
+++ b/
Demos/Host/Incomplete/BluetoothHost/Lib/RFCOMM.c
@@
-263,7
+263,7
@@
uint16_t RFCOMM_GetVariableFieldValue(const uint8_t** BufferPos)
(*BufferPos)++;
}
(*BufferPos)++;
}
- /* Bitshift the bytes that comprise the variable length field so that they form a single integer */
+ /* Bit
-
shift the bytes that comprise the variable length field so that they form a single integer */
return (((uint16_t)SecondOctet << 7) | FirstOctet >> 1);
}
return (((uint16_t)SecondOctet << 7) | FirstOctet >> 1);
}