diff options
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 cd1703d9..86b79b0f 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,404aaf02949d5bee8013e3b5d0b3239abf6e13bd) + $(call libdep,ps2x2pico,No0ne/ps2x2pico,26ce89d597e598bb0ac636622e064202d91a9efc) deps: .pico-sdk .tinyusb .ps2x2pico |