From f9d82959a4de8447b4356c51c7a1ceb246b25fb5 Mon Sep 17 00:00:00 2001 From: Mikkel Schmidt Date: Thu, 25 Jul 2024 19:51:08 +0200 Subject: [PATCH] Boards: remove spaces before a couple of pins --- boards/btt-sb-2240-10-stm32/toolboard-config.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/boards/btt-sb-2240-10-stm32/toolboard-config.cfg b/boards/btt-sb-2240-10-stm32/toolboard-config.cfg index 096629f4..8ad68ad3 100644 --- a/boards/btt-sb-2240-10-stm32/toolboard-config.cfg +++ b/boards/btt-sb-2240-10-stm32/toolboard-config.cfg @@ -28,6 +28,6 @@ serial: /dev/btt-sb2240-10-stm [adxl345 toolboard] cs_pin: toolboard:adxl345_cs_pin -spi_software_sclk_pin: toolboard: PB10 -spi_software_mosi_pin: toolboard: PB11 -spi_software_miso_pin: toolboard: PB2 \ No newline at end of file +spi_software_sclk_pin: toolboard:PB10 +spi_software_mosi_pin: toolboard:PB11 +spi_software_miso_pin: toolboard:PB2 \ No newline at end of file