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:
Gregory Nutt 2014-12-18 16:27:46 -06:00
parent 0f7d028c4f
commit 64ce7563f2

View File

@ -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)