diff options
author | Maxim Devaev <[email protected]> | 2023-08-25 12:35:28 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2023-08-25 12:35:28 +0300 |
commit | 21eddbde1c11961d7fb958422d6dd72b94c33375 (patch) | |
tree | 2a869d17932914a4481e6356dc78ab8690cd872c /hid/pico/src/CMakeLists.txt | |
parent | 82ca2b1caed602030d2d849a9e61748ea7249ac9 (diff) |
pico hid bridge mode
Diffstat (limited to 'hid/pico/src/CMakeLists.txt')
-rw-r--r-- | hid/pico/src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hid/pico/src/CMakeLists.txt b/hid/pico/src/CMakeLists.txt index 5353a0c8..cb1c7feb 100644 --- a/hid/pico/src/CMakeLists.txt +++ b/hid/pico/src/CMakeLists.txt @@ -10,6 +10,7 @@ target_sources(${target_name} PRIVATE ph_ps2.c ph_cmds.c ph_com.c + ph_com_bridge.c ph_com_spi.c ph_com_uart.c ph_debug.c |