diff options
| author | Louis Burda <quent.burda@gmail.com> | 2022-11-29 04:02:41 +0100 |
|---|---|---|
| committer | Louis Burda <quent.burda@gmail.com> | 2022-11-29 04:02:47 +0100 |
| commit | 20c38dd87e618713ff9bd131e39cc95dfdb949c8 (patch) | |
| tree | b4935b313e07533491f37c3b34d6453cc94c1e39 /CMakeLists.txt | |
| parent | a90347438e51bbd5f65c1c58c76ba339df7fc814 (diff) | |
| download | sxkbd-20c38dd87e618713ff9bd131e39cc95dfdb949c8.tar.gz sxkbd-20c38dd87e618713ff9bd131e39cc95dfdb949c8.zip | |
Adapt ChibiOS uart pio implementation (untested)
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index ac503fd..8293939 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -28,6 +28,7 @@ target_include_directories(${PROJECT} PUBLIC ${PICO_SDK_PATH}/src/rp2_common/hardware_pio/include ${PICO_SDK_PATH}/src/rp2_common/hardware_timer/include ${PICO_SDK_PATH}/src/rp2_common/hardware_uart/include + ${PICO_SDK_PATH}/src/rp2_common/hardware_clocks/include ) target_link_libraries(${PROJECT} PRIVATE |
