Spell check all source files once again to find any typos.
This commit is contained in:
parent
ca007f91f2
commit
28401f7bb7
116 changed files with 600 additions and 600 deletions
|
@ -263,7 +263,7 @@ uint16_t RFCOMM_GetVariableFieldValue(const uint8_t** 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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue