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:
Noel Eck 2016-05-09 16:46:45 -07:00
parent cc5e3b2634
commit f6816797bb

View File

@ -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()