summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--inc/hw_onewire.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/inc/hw_onewire.h b/inc/hw_onewire.h
new file mode 100644
index 0000000..5223772
--- /dev/null
+++ b/inc/hw_onewire.h
@@ -0,0 +1,12 @@
+//****************************************************************************************
+// hw_onewire.h
+//
+// dummy file to resolve compiler warnings
+//****************************************************************************************
+
+#ifndef __HW_ONEWIRE_H__
+#define __HW_ONEWIRE_H__
+
+// DUMMY
+
+#endif // __HW_ONEWIRE_H__ \ No newline at end of file