diff options
author | No0ne <[email protected]> | 2024-01-28 12:14:15 +0100 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2024-01-28 13:56:38 +0200 |
commit | 74d2d7466779b4c3367dd0677a5072f982061931 (patch) | |
tree | 9a361201d14b358fb7c85985a69f15e9c43d09e2 /hid/pico/Makefile | |
parent | 5b1101e42fa07a466cc878745b985e7317e8da98 (diff) |
Keyboard Issues #19 fix (https://github.com/No0ne/ps2x2pico/issues/19) (#157)
(cherry picked from commit a08824ba42d82acbd47f7d0e993a4977002c7e31)
Signed-off-by: Maxim Devaev <[email protected]>
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 76ff2149..b335228b 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,d95332b4ea11cad4a11da070857e613c80f9b935) + $(call libdep,ps2x2pico,No0ne/ps2x2pico,b90814df40ebbc0f42c2886b4bd17b20a177a4da) deps: .pico-sdk .tinyusb .ps2x2pico |