mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
Fix code style
This commit is contained in:
committed by
Lorenz Meier
parent
588a8d3841
commit
cdf941e78b
@@ -100,13 +100,15 @@ __EXPORT void stm32_spi1select(FAR struct spi_dev_s *dev, enum spi_dev_e devid,
|
|||||||
/* SPI select is active low, so write !selected to select the device */
|
/* SPI select is active low, so write !selected to select the device */
|
||||||
|
|
||||||
switch (devid) {
|
switch (devid) {
|
||||||
|
|
||||||
case PX4_SPIDEV_ICM:
|
case PX4_SPIDEV_ICM:
|
||||||
|
|
||||||
/* Intended fallthrough */
|
/* Intended fallthrough */
|
||||||
|
|
||||||
case PX4_SPIDEV_ICM_20602:
|
case PX4_SPIDEV_ICM_20602:
|
||||||
|
|
||||||
/* Intended fallthrough */
|
/* Intended fallthrough */
|
||||||
|
|
||||||
case PX4_SPIDEV_ICM_20608:
|
case PX4_SPIDEV_ICM_20608:
|
||||||
|
|
||||||
/* Making sure the other peripherals are not selected */
|
/* Making sure the other peripherals are not selected */
|
||||||
|
|||||||
Reference in New Issue
Block a user