We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eafbe71 commit 10ef7efCopy full SHA for 10ef7ef
hardware/arduino/avr/libraries/Wire/src/Wire.cpp
@@ -23,7 +23,7 @@ extern "C" {
23
#include <stdlib.h>
24
#include <string.h>
25
#include <inttypes.h>
26
- #include "twi.h"
+ #include "utility/twi.h"
27
}
28
29
#include "Wire.h"
hardware/arduino/avr/libraries/Wire/utility/twi.c renamed to hardware/arduino/avr/libraries/Wire/src/utility/twi.c
hardware/arduino/avr/libraries/Wire/utility/twi.h renamed to hardware/arduino/avr/libraries/Wire/src/utility/twi.h
0 commit comments