mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-18 03:52:11 +01:00
gcs: quiet some debug messages on tx via USB HID
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@657 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
parent
6b2760da1a
commit
46101794e3
@ -215,8 +215,6 @@ void RawHIDWriteThread::run()
|
||||
memcpy(buffer, m_writeBuffer.constData(), size);
|
||||
m_writeBufMtx.unlock();
|
||||
|
||||
qDebug() << "Data to write";
|
||||
|
||||
int ret = hiddev->send(hidno, buffer, size, WRITE_TIMEOUT);
|
||||
|
||||
if(ret > 0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user