mirror of
https://github.com/meshtastic/firmware.git
synced 2025-05-08 22:37:46 +00:00
trunk fmt
This commit is contained in:
parent
b19d358dcc
commit
95fe4aed04
@ -27,7 +27,7 @@ SPIClass SDHandler = SPIClass(VSPI);
|
|||||||
#define SDHandler SPI1 // only used for esp32, SPI selection for NRF52 happens in variant.h (for now)
|
#define SDHandler SPI1 // only used for esp32, SPI selection for NRF52 happens in variant.h (for now)
|
||||||
#elif defined(SDCARD_USE_SPI)
|
#elif defined(SDCARD_USE_SPI)
|
||||||
#define SDHandler SPI // only used for esp32
|
#define SDHandler SPI // only used for esp32
|
||||||
#endif //NRF52 SPI or SPI1
|
#endif // NRF52 SPI or SPI1
|
||||||
#endif // ESP32/NRF52
|
#endif // ESP32/NRF52
|
||||||
#endif // HAS_SDCARD
|
#endif // HAS_SDCARD
|
||||||
|
|
||||||
@ -398,5 +398,4 @@ void setupSDCard()
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user