瀏覽代碼

modified: CMakeLists.txt

yoneda 1 年之前
父節點
當前提交
aabe2704bf
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      CMakeLists.txt

+ 0 - 2
CMakeLists.txt

@@ -10,9 +10,7 @@ project(ADRS2040U_i2c)
 pico_sdk_init()
 pico_sdk_init()
 
 
 add_executable(${PROJECT_NAME}
 add_executable(${PROJECT_NAME}
-	ADRS2040U_i2c.h
 	main.cpp
 	main.cpp
-	adc_driver.hpp
 )
 )
 
 
 # Add pico_stdlib library which aggregates commonly used features
 # Add pico_stdlib library which aggregates commonly used features