openbsd-ports/devel/arduino/patches/patch-libraries_Wire_Wire_cpp
jasper a17cc79e1c - update to 1.0.1
* release notes can be found here: http://arduino.cc/en/Main/ReleaseNotes
- set default baud rate for the uno, instead of defaulting to older boards.

tested by various
2012-05-22 21:26:11 +00:00

13 lines
364 B
Plaintext

$OpenBSD: patch-libraries_Wire_Wire_cpp,v 1.2 2012/05/22 21:26:11 jasper Exp $
--- libraries/Wire/Wire.cpp.orig Sun Feb 19 01:57:03 2012
+++ libraries/Wire/Wire.cpp Tue May 22 13:57:00 2012
@@ -23,7 +23,7 @@ extern "C" {
#include <stdlib.h>
#include <string.h>
#include <inttypes.h>
- #include "twi.h"
+ #include "utility/twi.h"
}
#include "Wire.h"