Merge pull request #731 from jhbruhn/patch-1
Remove duplicate Arduino.h import from esp32c6 dma_parallel_io.cpp
This commit is contained in:
commit
447254d2b4
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue