mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
net: Remove the extra space
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
committed by
Alin Jerpelea
parent
df246461ec
commit
5de49d2939
@@ -250,7 +250,7 @@ int bluetooth_input(FAR struct radio_driver_s *radio,
|
||||
{
|
||||
/* Remove the frame from the list */
|
||||
|
||||
next = frame->io_flink;
|
||||
next = frame->io_flink;
|
||||
frame->io_flink = NULL;
|
||||
|
||||
/* Add the frame to the RX queue */
|
||||
|
||||
Reference in New Issue
Block a user