Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 10ef7ef

Browse files
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‎

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /