diff options
author | No0ne <[email protected]> | 2024-07-27 13:11:24 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2024-07-27 14:11:24 +0300 |
commit | 30d9b34f69292b875a61f3b0138560068f0534b4 (patch) | |
tree | b48cb8720e174a006615e1015e59eb0cd21422c0 /hid | |
parent | 7e42d320076eec94adf1d42ecca361bd38275feb (diff) |
fix testsuit error (#176)
Diffstat (limited to 'hid')
-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 c2739fd6..cd1703d9 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,4c39fcf97738d1a0ba6bf93843f3f45f7cdf01d7) + $(call libdep,ps2x2pico,No0ne/ps2x2pico,404aaf02949d5bee8013e3b5d0b3239abf6e13bd) deps: .pico-sdk .tinyusb .ps2x2pico |