Skip to content

Commit 7ea4149

Browse files
committed
FMUv4: Fix code style
1 parent 0db264b commit 7ea4149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/drivers/boards/px4fmu-v4/board_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ __BEGIN_DECLS
135135
*/
136136
#define PX4_SPIDEV_BARO 3
137137
#if (PX4_SPIDEV_BARO == SPIDEV_FLASH)
138-
#error PX4_SPIDEV_BARO must not be equal to SPIDEV_FLASH as they share the same bus
138+
#error PX4_SPIDEV_BARO must not be equal to SPIDEV_FLASH as they share the same bus
139139
#endif
140140

141141
/* I2C busses */

0 commit comments

Comments
 (0)