]> git.friedersdorff.com Git - max/lanthanide_pdu.git/blobdiff - CMakeLists.txt
Way simplify logic
[max/lanthanide_pdu.git] / CMakeLists.txt
index 3c82e70dfd8b7764af6fe2360d106d239f3dcd9b..0720ff5dbd1d680e9edc8bb2e62c306b7c1cfa52 100644 (file)
@@ -9,8 +9,6 @@ pico_sdk_init()
 
 add_executable(pdu
     pdu.c
-    uart.h
-    uart.c
 )
 
 target_link_libraries(pdu pico_stdlib)