Remove performance measurement printf
This commit is contained in:
parent
464d257a23
commit
6f9a16e694
1 changed files with 1 additions and 1 deletions
|
|
@ -182,7 +182,7 @@ static void handle_incoming_message_gamepad_set(
|
||||||
}
|
}
|
||||||
case GAMEPAD_GYROSCOPE: {
|
case GAMEPAD_GYROSCOPE: {
|
||||||
if (msg_payload->status.gyro.sample_time.tv_sec != lastsec) {
|
if (msg_payload->status.gyro.sample_time.tv_sec != lastsec) {
|
||||||
printf("%d\n", numpackets);
|
//printf("%d\n", numpackets);
|
||||||
lastsec = msg_payload->status.gyro.sample_time.tv_sec;
|
lastsec = msg_payload->status.gyro.sample_time.tv_sec;
|
||||||
numpackets = 0;
|
numpackets = 0;
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue