summaryrefslogtreecommitdiff
path: root/hid/pico/Makefile
diff options
context:
space:
mode:
authorNo0ne <[email protected]>2024-07-27 02:00:39 +0200
committerGitHub <[email protected]>2024-07-27 03:00:39 +0300
commitf644a70dd7129f2ac5f2e7cc15b06fb574fb2f7c (patch)
tree9c97f8842786ec611dc825f0681d32ce676472c6 /hid/pico/Makefile
parent8ef1545729298159769e5804feb50ededc5487ea (diff)
fix compile warnings (#175)ps2-ng
Diffstat (limited to 'hid/pico/Makefile')
-rw-r--r--hid/pico/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/hid/pico/Makefile b/hid/pico/Makefile
index 42002cb0..c2739fd6 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,27c9bcede3370f0d4fdefea9c86a0eeb6170cf77)
+ $(call libdep,ps2x2pico,No0ne/ps2x2pico,4c39fcf97738d1a0ba6bf93843f3f45f7cdf01d7)
deps: .pico-sdk .tinyusb .ps2x2pico