mirror of
https://github.com/apache/nuttx.git
synced 2026-06-02 01:21:26 +08:00
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:
@@ -680,7 +680,7 @@ static void * cc3000_worker(FAR void *arg)
|
|||||||
* aligned.
|
* 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];
|
(uint16_t)priv->rx_buffer.pbuffer[READ_OFFSET_TO_LENGTH + 1];
|
||||||
|
|
||||||
if (data_to_recv)
|
if (data_to_recv)
|
||||||
|
|||||||
Reference in New Issue
Block a user