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: {
|
||||
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;
|
||||
numpackets = 0;
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue