mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 01:05:27 +03:00
Removed trailing whitespace
This commit is contained in:
parent
22e8a61a6f
commit
141b369667
97 changed files with 415 additions and 415 deletions
|
@ -36,7 +36,7 @@
|
|||
#ifndef GPIO_AF_SPI3
|
||||
#define GPIO_AF_SPI3 GPIO_AF_6
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifndef SPI1_SCK_PIN
|
||||
#define SPI1_NSS_PIN PA4
|
||||
|
@ -84,7 +84,7 @@ static spiDevice_t spiHardwareMap[] = {
|
|||
|
||||
SPIDevice spiDeviceByInstance(SPI_TypeDef *instance)
|
||||
{
|
||||
if (instance == SPI1)
|
||||
if (instance == SPI1)
|
||||
return SPIDEV_1;
|
||||
|
||||
if (instance == SPI2)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue