diff options
| author | M005A <[email protected]> | 2025-04-17 13:06:01 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-04-17 13:06:01 -0700 |
| commit | 558132f789d8cc31f9aee3d8dd62d00784a7ed0e (patch) | |
| tree | 9646475fcc9fb41677db7b95b6c5faba84298872 | |
| parent | New updated code to stop I2C errors (diff) | |
| download | splitscreen-duo-558132f789d8cc31f9aee3d8dd62d00784a7ed0e.tar.xz splitscreen-duo-558132f789d8cc31f9aee3d8dd62d00784a7ed0e.zip | |
Update boot.py
| -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.")
|