diff options
author | No0ne <[email protected]> | 2024-03-28 18:35:08 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2024-03-28 19:35:08 +0200 |
commit | f027654ad1e2d221318d28b4e318d0caf3f7a06d (patch) | |
tree | 9f0a626d7eed5e5bacd612c3d1eaf22271c559f8 /hid/pico/Makefile | |
parent | 444cd71ab5c782a1ca8d994b684a39fcfeddd062 (diff) |
bump to ps2x2pico-1.0 pre-release (#164)
Diffstat (limited to 'hid/pico/Makefile')
-rw-r--r-- | hid/pico/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hid/pico/Makefile b/hid/pico/Makefile index b335228b..0130895e 100644 --- a/hid/pico/Makefile +++ b/hid/pico/Makefile @@ -31,7 +31,7 @@ endef .tinyusb: $(call libdep,tinyusb,hathach/tinyusb,d713571cd44f05d2fc72efc09c670787b74106e0) .ps2x2pico: - $(call libdep,ps2x2pico,No0ne/ps2x2pico,b90814df40ebbc0f42c2886b4bd17b20a177a4da) + $(call libdep,ps2x2pico,No0ne/ps2x2pico,b28bef9743632a56db48f14175aacf7bb23dbd07) deps: .pico-sdk .tinyusb .ps2x2pico |