refactor(spi): move pin information into soc folder

This commit is contained in:
Michael (XIAO Xufeng)
2018-06-08 15:32:43 +08:00
parent 4eda1b7a25
commit ebfda40b7c
12 changed files with 283 additions and 204 deletions

View File

@@ -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;