fix(spi_master): this fix the SPI MOSI output missing bug.

This commit is contained in:
michael
2017-08-31 19:59:30 +08:00
committed by Ivan Grokhotkov
parent f254555a41
commit b834fcf78a
5 changed files with 82 additions and 7 deletions
@@ -44,6 +44,7 @@ typedef enum {
PERIPH_SPI_MODULE,
PERIPH_HSPI_MODULE,
PERIPH_VSPI_MODULE,
PERIPH_SPI_DMA_MODULE,
} periph_module_t;
/**