mirror of
https://github.com/utkumaden/esp-idf-bmx280
synced 2025-01-23 05:26:33 +01:00
Update CMakeLists.txt
Added component REQUIRES driver
This commit is contained in:
parent
9dd1bd22cf
commit
cdc2678cab
@ -2,4 +2,5 @@
|
|||||||
idf_component_register(
|
idf_component_register(
|
||||||
SRCS bmx280.c
|
SRCS bmx280.c
|
||||||
INCLUDE_DIRS "include"
|
INCLUDE_DIRS "include"
|
||||||
|
REQUIRES driver
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user