Skip to content

Commit 159f86a

Browse files
authored
Merge pull request #140 from mak0t0san/patch-1
Update CMakeLists.txt to include "Adafruit_GenericDevice.cpp"
2 parents 5e8f137 + 276c7b3 commit 159f86a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
cmake_minimum_required(VERSION 3.5)
66

7-
idf_component_register(SRCS "Adafruit_I2CDevice.cpp" "Adafruit_BusIO_Register.cpp" "Adafruit_SPIDevice.cpp"
7+
idf_component_register(SRCS "Adafruit_I2CDevice.cpp" "Adafruit_BusIO_Register.cpp" "Adafruit_SPIDevice.cpp" "Adafruit_GenericDevice.cpp"
88
INCLUDE_DIRS "."
99
REQUIRES arduino-esp32)
1010

0 commit comments

Comments
 (0)