Merge pull request #2 from jacobvc/master

Update CMakeLists.txt
This commit is contained in:
utkumaden 2023-03-26 23:00:16 +03:00 committed by GitHub
commit d55e743299
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,4 +2,5 @@
idf_component_register( idf_component_register(
SRCS bmx280.c SRCS bmx280.c
INCLUDE_DIRS "include" INCLUDE_DIRS "include"
REQUIRES driver
) )