Skip to content

Commit

Permalink
Merge pull request #731 from jhbruhn/patch-1
Browse files Browse the repository at this point in the history
Remove duplicate Arduino.h import from esp32c6 dma_parallel_io.cpp
  • Loading branch information
mrcodetastic authored Jan 19, 2025
2 parents 99131ab + c7cb4e3 commit 447254d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/platforms/esp32c6/dma_parallel_io.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#include "dma_parallel_io.hpp"
#include <Arduino.h>

#ifdef CONFIG_IDF_TARGET_ESP32C6

Expand Down Expand Up @@ -369,4 +368,4 @@ void Bus_Parallel16::flip_dma_output_buffer(int back_buffer_id)

} // end flip

#endif
#endif

0 comments on commit 447254d

Please sign in to comment.