diff options
Diffstat (limited to 'code/fe310/eos/spi.h')
-rw-r--r-- | code/fe310/eos/spi.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/code/fe310/eos/spi.h b/code/fe310/eos/spi.h index 7cad270..9ef3745 100644 --- a/code/fe310/eos/spi.h +++ b/code/fe310/eos/spi.h @@ -6,10 +6,3 @@ #include "spi_def.h" #define SPI_IOF_MASK (((uint32_t)1 << IOF_SPI1_SCK) | ((uint32_t)1 << IOF_SPI1_MOSI) | ((uint32_t)1 << IOF_SPI1_MISO)) - -typedef struct SPIBufQ { - uint8_t idx_r; - uint8_t idx_w; - unsigned char *array[SPI_SIZE_BUFQ]; -} SPIBufQ; - |