Fix compile error

Wire.h is a C++ include-file and may not be within 'extern "C"'.
This commit is contained in:
Ralf Schlatterbeck 2015-09-11 15:10:28 +02:00
parent 910dc981b5
commit 7f09f96e88

View file

@ -10,9 +10,10 @@
* of the contiki-specific files here, the sketch should just work.
*/
#include <Wire.h>
extern "C" {
#include <Wire.h>
#include "Adafruit_HTU21DF.h"
#include "rest-engine.h"