Skip to content

Commit 10ef7ef

Browse files
committed
Move AVR Wire library utility folder under source
1 parent eafbe71 commit 10ef7ef

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

hardware/arduino/avr/libraries/Wire/src/Wire.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ extern "C" {
2323
#include <stdlib.h>
2424
#include <string.h>
2525
#include <inttypes.h>
26-
#include "twi.h"
26+
#include "utility/twi.h"
2727
}
2828

2929
#include "Wire.h"

0 commit comments

Comments
 (0)