cpp_headers: Rename ds2413 header .h -> .hpp

Renamed header file, updated header filename in interface files,
sources, and CmakeLists file.

Signed-off-by: Noel Eck <noel.eck@intel.com>
This commit is contained in:
Noel Eck
2016-04-29 16:41:49 -07:00
parent e1bda1f44b
commit bf9059c846
7 changed files with 9 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
set (libname "ds2413")
set (libdescription "upm DS2413 1-wire Dual Channel Addressable Switch module")
set (module_src ${libname}.cxx)
set (module_h ${libname}.h)
set (module_hpp ${libname}.hpp)
upm_module_init()