diff options
| author | Marti Bolivar <mbolivar@leaflabs.com> | 2012-08-31 16:12:14 -0400 |
|---|---|---|
| committer | Marti Bolivar <mbolivar@leaflabs.com> | 2012-08-31 16:12:14 -0400 |
| commit | a62e15ab598750da7f75cbf22068d6db94de7396 (patch) | |
| tree | 79ec4cecad1f07eb99eaa6fcf6977e92a5e3196b /libraries/Wire/HardWire.cpp | |
| parent | 853d0b1a5a8fe623502876f00efa030b13328e7b (diff) | |
Fixups for Wire library builds.
Add libraries directory to global include path, so Wire sub-headers
can be included in a directory-independent way.
Tweak Wire global declaration and definition so it builds.
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
Diffstat (limited to 'libraries/Wire/HardWire.cpp')
| -rw-r--r-- | libraries/Wire/HardWire.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/Wire/HardWire.cpp b/libraries/Wire/HardWire.cpp index 9182ae2..c2412f1 100644 --- a/libraries/Wire/HardWire.cpp +++ b/libraries/Wire/HardWire.cpp @@ -36,7 +36,7 @@ * users easy interaction with the I2C Hardware in a familiar method. */ -#include "HardWire.h" +#include <Wire/HardWire.h> uint8 HardWire::process() { int8 res = i2c_master_xfer(sel_hard, &itc_msg, 1, 0); |
