mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-02 10:24:11 +01:00
Typo
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@1185 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
parent
e1f2f0264b
commit
daf88b2175
@ -29,7 +29,7 @@ class MyThread : public QThread {
|
|||||||
|
|
||||||
int received = hidHandle.receive(0, buf, BUF_LEN, 3500);
|
int received = hidHandle.receive(0, buf, BUF_LEN, 3500);
|
||||||
|
|
||||||
qDebug() << received << " bytes received \"" << QString().toNum(buf[0]) << buf[1] << "\"";
|
qDebug("%u bytes received. First value %x second %x", received,buf[0], buf[1]);
|
||||||
}
|
}
|
||||||
|
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user