Merge pull request from jhbruhn/patch-1

Remove duplicate Arduino.h import from esp32c6 dma_parallel_io.cpp
This commit is contained in:
mrcodetastic 2025-01-19 22:17:32 +00:00 committed by GitHub
commit 447254d2b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,4 @@
#include "dma_parallel_io.hpp"
#include <Arduino.h>
#ifdef CONFIG_IDF_TARGET_ESP32C6
@ -369,4 +368,4 @@ void Bus_Parallel16::flip_dma_output_buffer(int back_buffer_id)
} // end flip
#endif
#endif