diff options
| -rwxr-xr-x | src/pico/boot.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pico/boot.py b/src/pico/boot.py index bc37857..691b3fa 100755 --- a/src/pico/boot.py +++ b/src/pico/boot.py @@ -39,4 +39,4 @@ gamepad_device = usb_hid.Device( usb_hid.enable((gamepad_device,))
-print("Custom gamepad HID enabled.")
\ No newline at end of file +print("Custom gamepad HID enabled.")
|