Change PICO_SD_DAT3_PIN from 8 to 9 (#2769)
Pin 8 is for PSRAM Chip Select, not SD card. This seems to be an oversight
diff --git a/src/boards/include/boards/sparkfun_thingplus_rp2350.h b/src/boards/include/boards/sparkfun_thingplus_rp2350.h
index 5b77ef3..3f0e39a 100644
--- a/src/boards/include/boards/sparkfun_thingplus_rp2350.h
+++ b/src/boards/include/boards/sparkfun_thingplus_rp2350.h
@@ -93,7 +93,7 @@
#define PICO_SD_DAT0_PIN 4
#endif
#ifndef PICO_SD_DAT3_PIN
-#define PICO_SD_DAT3_PIN 8 // DAT3 of the SD card is the chip select pin
+#define PICO_SD_DAT3_PIN 9 // DAT3 of the SD card is the chip select pin
#endif
#ifndef PICO_SD_DAT_PIN_COUNT
#define PICO_SD_DAT_PIN_COUNT 1