Explorar el Código

modified: CMakeLists.txt

yoneda hace 1 año
padre
commit
aabe2704bf
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      CMakeLists.txt

+ 0 - 2
CMakeLists.txt

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