mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-22 04:58:01 +00:00
remove second initSPI() (#6140)
This commit is contained in:
parent
e67b84ee06
commit
372b62aa35
@ -611,8 +611,7 @@ void setup()
|
|||||||
i2cScanner.reset();
|
i2cScanner.reset();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Init our SPI controller (must be before screen and lora)
|
// initSPI() must have called at this point (must be before screen and lora)
|
||||||
initSPI();
|
|
||||||
|
|
||||||
#ifdef HAS_SDCARD
|
#ifdef HAS_SDCARD
|
||||||
setupSDCard();
|
setupSDCard();
|
||||||
|
Loading…
Reference in New Issue
Block a user