Skip to content

Commit 54cbe5e

Browse files
committed
Include Arduino for USB and HW Serial
1 parent 3fb5ec1 commit 54cbe5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/esp32/chip-debug-report.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#endif
1515
#include "esp_bit_defs.h"
1616

17-
#include "esp32-hal.h"
17+
#include "Arduino.h"
1818
#include "esp32-hal-periman.h"
1919

2020
#define printMemCapsInfo(caps) _printMemCapsInfo(MALLOC_CAP_##caps, #caps)

0 commit comments

Comments
 (0)