diff options
| author | Yuval Adam <yuval@y3xz.com> | 2015-03-13 12:28:00 +0200 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2015-03-13 12:28:00 +0200 |
| commit | a6b9f50a002a9c8111df991af1b0200fc47f6159 (patch) | |
| tree | 97149c5447c5ce603cf888865cde25c9815461a7 | |
| parent | 4085ae3ddfbbf10c8ccbd3dccd43452c40a1fe40 (diff) | |
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
| -rw-r--r-- | inc/hw_onewire.h | 12 |
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 |
