mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +03:00
bmp280: CMakeLists header variable name.
Missed one instance of module_h for the recent bmp changes. Signed-off-by: Noel Eck <noel.eck@intel.com>
This commit is contained in:
parent
cc5e3b2634
commit
f6816797bb
@ -1,5 +1,5 @@
|
||||
set (libname "bmp280")
|
||||
set (libdescription "Bosch bmp280 Pressure sensor and bme280 humidity sensor")
|
||||
set (module_src ${libname}.cxx bme280.cxx)
|
||||
set (module_h ${libname}.hpp bme280.hpp)
|
||||
set (module_hpp ${libname}.hpp bme280.hpp)
|
||||
upm_module_init()
|
||||
|
Loading…
x
Reference in New Issue
Block a user