mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-05 12:25:03 +02:00
Merge branch 'bugfix/spi_gpio_deinit' into 'master'
fix(spi): Fix several init/deinit issues of spi pins See merge request idf/esp-idf!2522
This commit is contained in:
@@ -231,7 +231,7 @@ TEST_CASE("Can allocate IRAM int only with an IRAM handler", "[esp32]")
|
||||
}
|
||||
|
||||
|
||||
#include "soc/spi_struct.h"
|
||||
#include "soc/spi_periph.h"
|
||||
typedef struct {
|
||||
bool flag1;
|
||||
bool flag2;
|
||||
|
||||
Reference in New Issue
Block a user