mirror of
https://github.com/apache/nuttx.git
synced 2026-06-02 01:21:26 +08:00
CC3000: Oops. Fix an error in the last commit
This commit is contained in:
@@ -681,7 +681,7 @@ static void * cc3000_worker(FAR void *arg)
|
||||
*/
|
||||
|
||||
data_to_recv = (uint16_t)priv->rx_buffer.pbuffer[READ_OFFSET_TO_LENGTH] << 8 |;
|
||||
(uint16_t)priv->rx_buffer.pbuffer[READ_OFFSET_TO_LENGTH];
|
||||
(uint16_t)priv->rx_buffer.pbuffer[READ_OFFSET_TO_LENGTH + 1];
|
||||
|
||||
if (data_to_recv)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user