cleaned up code

This commit is contained in:
dekunukem
2022-05-03 17:05:19 +01:00
parent 0e058bdbf9
commit b39866d8f2
3 changed files with 1 additions and 1 deletions

View File

Binary file not shown.

View File

@@ -833,7 +833,7 @@ def raw_input_event_worker():
this_gp_dict[axes_code] = 127
gamepad_output = make_gamepad_spi_packet(gamepad_status_dict, this_device)
if gamepad_output != last_gamepad_msg:
print(gamepad_output)
# print(gamepad_output)
gp_to_transfer, kb_to_transfer, mouse_to_transfer = gamepad_output
pcard_spi.xfer(list(gp_to_transfer))
if kb_to_transfer is not None: