Skip to content

Commit

Permalink
configs/nucleo-f4x1re/src/stm32_spi.c: Fix missing left bracket. Than…
Browse files Browse the repository at this point in the history
…ks to hyungsubkim for posting Issue #102
  • Loading branch information
gregory-nutt committed Jun 16, 2018
1 parent 9e872fd commit c0eecb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/nucleo-f4x1re/src/stm32_spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ uint8_t stm32_spi2status(FAR struct spi_dev_s *dev, uint32_t devid)

#ifdef CONFIG_STM32_SPI3
void stm32_spi3select(FAR struct spi_dev_s *dev, uint32_t devid, bool selected)

{
spiinfo("devid: %d CS: %s\n", (int)devid, selected ? "assert" : "de-assert");
}

Expand Down

0 comments on commit c0eecb6

Please sign in to comment.