fix the code sytle
This commit is contained in:
parent
6c7ae38938
commit
3e6b866956
|
@ -48,12 +48,8 @@ rt_err_t rt_hw_spi_device_attach(const char *bus_name, const char *device_name,
|
||||||
.spi_instance = SPI1B \
|
.spi_instance = SPI1B \
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//TODO LIST SPI1A SPI1B
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
struct mcu_drv_spi_config
|
struct mcu_drv_spi_config
|
||||||
{
|
{
|
||||||
char *bus_name;
|
char *bus_name;
|
||||||
|
|
Loading…
Reference in New Issue