Skip to content

Commit a5d52ac

Browse files
committed
Do not include file that does not exist
1 parent 2515a3c commit a5d52ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: cores/esp32/wiring_private.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
#include <stdio.h>
2929
#include <stdarg.h>
3030

31-
#include "arducore.h"
31+
#include "Arduino.h"
3232

3333
#ifdef __cplusplus
3434
extern "C" {

0 commit comments

Comments
 (0)