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();