CC3000: Fix yet another typo in last two commitsgit diff I should not be doing this when I have the flugit diff
This commit is contained in:
parent
0f7d028c4f
commit
64ce7563f2
@ -680,7 +680,7 @@ static void * cc3000_worker(FAR void *arg)
|
||||
* aligned.
|
||||
*/
|
||||
|
||||
data_to_recv = (uint16_t)priv->rx_buffer.pbuffer[READ_OFFSET_TO_LENGTH] << 8 |;
|
||||
data_to_recv = (uint16_t)priv->rx_buffer.pbuffer[READ_OFFSET_TO_LENGTH] << 8 |
|
||||
(uint16_t)priv->rx_buffer.pbuffer[READ_OFFSET_TO_LENGTH + 1];
|
||||
|
||||
if (data_to_recv)
|
||||
|
Loading…
Reference in New Issue
Block a user