Merge pull request #25 from masayuki2009/improve_gs2200m_throughput

apps: gs2200m: Remove unnecessary usleep() to improve throughput
This commit is contained in:
Alin Jerpelea 2020-01-21 08:51:18 +01:00 committed by GitHub
commit 18f4870a0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1404,8 +1404,6 @@ static int gs2200m_loop(FAR struct gs2200m_s *priv)
USRSOCK_EVENT_RECVFROM_AVAIL);
}
}
usleep(1);
}
errout: