Skip to content

Commit aa710ab

Browse files
committed
Move AVR Wire library utility folder under source
1 parent 2a8f246 commit aa710ab

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

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"
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)