Skip to content

Commit 447254d

Browse files
authored
Merge pull request #731 from jhbruhn/patch-1
Remove duplicate Arduino.h import from esp32c6 dma_parallel_io.cpp
2 parents 99131ab + c7cb4e3 commit 447254d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/platforms/esp32c6/dma_parallel_io.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#include "dma_parallel_io.hpp"
2-
#include <Arduino.h>
32

43
#ifdef CONFIG_IDF_TARGET_ESP32C6
54

@@ -369,4 +368,4 @@ void Bus_Parallel16::flip_dma_output_buffer(int back_buffer_id)
369368

370369
} // end flip
371370

372-
#endif
371+
#endif

0 commit comments

Comments
 (0)