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

@@ -4,8 +4,8 @@
%include "std_string.i"
%{
#include "ds2413.h"
#include "ds2413.hpp"
%}
%include "ds2413.h"
%include "ds2413.hpp"
%array_class(char, charArray);