Sfoglia il codice sorgente

modified: CMakeLists.txt

yoneda 1 anno fa
parent
commit
aabe2704bf
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  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