8000 Wiring.h -> Arduino.h · aisis/arduino-esp32@03f5d62 · GitHub
[go: up one dir, main page]

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

Appearance settings

Commit 03f5d62

Browse files
authored andcommitted
Wiring.h -> Arduino.h
1 parent a72b8d5 commit 03f5d62

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

cores/esp32/IPAddress.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
1818
*/
1919

20-
#include <Wiring.h>
20+
#include <Arduino.h>
2121
#include <IPAddress.h>
2222
#include <Print.h>
2323

cores/esp32/Print.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#include <stdio.h>
2626
#include <string.h>
2727
#include <math.h>
28-
#include "Wiring.h"
28+
#include "Arduino.h"
2929

3030
#include "Print.h"
3131
extern "C" {

cores/esp32/Stream.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
parsing functions based on TextFinder library by Michael Margolis
2121
*/
2222

23-
#include "Wiring.h"
23+
#include "Arduino.h"
2424
#include "Stream.h"
2525
#include "esp32-hal.h"
2626

cores/esp32/WCharacter.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
#define Character_h
2222

2323
#include <ctype.h>
24-
#include "WTypes.h"
2524
#define isascii(__c) ((unsigned)(__c)<=0177)
2625
#define toascii(__c) ((__c)&0177)
2726

0 commit comments

Comments
 (0)
0