mirror of
https://github.com/eclipse/upm.git
synced 2025-07-03 02:11:15 +03:00
cpp_headers: Rename ds18b20 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:
@ -6,7 +6,7 @@
|
||||
%feature("autodoc", "3");
|
||||
|
||||
%{
|
||||
#include "ds18b20.h"
|
||||
#include "ds18b20.hpp"
|
||||
%}
|
||||
%include "ds18b20.h"
|
||||
%include "ds18b20.hpp"
|
||||
%array_class(char, charArray);
|
||||
|
Reference in New Issue
Block a user