mirror of
https://github.com/eclipse/upm.git
synced 2025-07-01 01:11:10 +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:
@ -26,7 +26,7 @@
|
||||
#include <iostream>
|
||||
#include <signal.h>
|
||||
|
||||
#include "ds18b20.h"
|
||||
#include "ds18b20.hpp"
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
Reference in New Issue
Block a user