Clean up trailing whitespace

This commit is contained in:
Scott Lahteine
2019-06-17 20:08:51 -05:00
parent 35aabd1834
commit 651f3eeed0
5 changed files with 7 additions and 6 deletions

View File

@ -21,11 +21,12 @@
/**
* HAL for stm32duino.com based on Libmaple and compatible (STM32F1)
*/
/**
* Define SPI Pins: SCK, MISO, MOSI, SS
*
* Any PIN can be used for Chip Select (SS)
*
*
* SPI1 is enabled by default
*/
#if ENABLED(ENABLE_SPI3)
@ -46,4 +47,4 @@
#define MISO_PIN BOARD_SPI1_MISO_PIN
#define MOSI_PIN BOARD_SPI1_MOSI_PIN
#define SS_PIN BOARD_SPI1_NSS_PIN
#endif
#endif