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 | 7ccd7afce2a158eb852b5f7c61cd51e8febe56a9 (patch) | |
tree | 79ec4cecad1f07eb99eaa6fcf6977e92a5e3196b /libraries/Wire/WireBase.cpp | |
parent | ee22c3dc6d945262303d43e733eaac91bfcf0d9d (diff) | |
download | librambutan-7ccd7afce2a158eb852b5f7c61cd51e8febe56a9.tar.gz librambutan-7ccd7afce2a158eb852b5f7c61cd51e8febe56a9.zip |
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/WireBase.cpp')
-rw-r--r-- | libraries/Wire/WireBase.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/Wire/WireBase.cpp b/libraries/Wire/WireBase.cpp index e9b316d..3cb0174 100644 --- a/libraries/Wire/WireBase.cpp +++ b/libraries/Wire/WireBase.cpp @@ -38,7 +38,7 @@ * whether it is I2C hardware or emulating software. */ -#include "WireBase.h" +#include <Wire/WireBase.h> #include <wirish/wirish.h> void WireBase::begin(uint8 self_addr) { |