Fix code style

This commit is contained in:
Kevin Lopez Alvarez 2017-05-18 12:53:25 +02:00 committed by Lorenz Meier
parent 588a8d3841
commit cdf941e78b
1 changed files with 5 additions and 3 deletions

View File

@ -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 */
switch (devid) {
case PX4_SPIDEV_ICM:
/* Intended fallthrough */
case PX4_SPIDEV_ICM_20602:
/* Intended fallthrough */
case PX4_SPIDEV_ICM_20608:
/* Making sure the other peripherals are not selected */