From 372b62aa35074d395173b363dd6c42958edb90e1 Mon Sep 17 00:00:00 2001 From: Woutvstk <119763111+Woutvstk@users.noreply.github.com> Date: Mon, 24 Feb 2025 12:45:44 +0100 Subject: [PATCH] remove second initSPI() (#6140) --- src/main.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 8e72f66a3..c1c2c06e5 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -611,8 +611,7 @@ void setup() i2cScanner.reset(); #endif - // Init our SPI controller (must be before screen and lora) - initSPI(); + // initSPI() must have called at this point (must be before screen and lora) #ifdef HAS_SDCARD setupSDCard();