From a6b9f50a002a9c8111df991af1b0200fc47f6159 Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Fri, 13 Mar 2015 12:28:00 +0200 Subject: Adding a dummy hw_onewire.h to resolve compilation problems Per http://e2e.ti.com/support/microcontrollers/tiva_arm/f/908/t/365665 Fixes #3 --- inc/hw_onewire.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 inc/hw_onewire.h 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 -- cgit v1.3.1