openbsd-ports/devel/arduino/patches/patch-libraries_Wire_Wire_cpp
jasper 3cec2e35f4 import arduino 22
Arduino is an open-source electronics prototyping platform based on
flexible, easy-to-use hardware and software. It's intended for artists,
designers, hobbyists, and anyone interested in creating interactive
objects or environments. 
[..]
This package contains the libraries, header files and tools to develop
Arduino sketches. It does not include the Arduino IDE frontend.

based on work from and ok ckuethe@
2011-09-17 16:41:30 +00:00

13 lines
368 B
Plaintext

$OpenBSD: patch-libraries_Wire_Wire_cpp,v 1.1.1.1 2011/09/17 16:41:31 jasper Exp $
--- libraries/Wire/Wire.cpp.orig Mon Jun 6 15:15:56 2011
+++ libraries/Wire/Wire.cpp Mon Jun 6 15:15:39 2011
@@ -21,7 +21,7 @@ extern "C" {
#include <stdlib.h>
#include <string.h>
#include <inttypes.h>
- #include "twi.h"
+ #include "utility/twi.h"
}
#include "Wire.h"