mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-13 20:35:57 +08:00
Add missing ; thanks @levak for pointing this out
This commit is contained in:
parent
bb9c670061
commit
126a0ee1b3
@ -104,7 +104,7 @@ bool ESP_SD::begin() {
|
||||
(ESP_SDIO_D0_PIN != -1) || (ESP_SDIO_D1_PIN != -1) || \
|
||||
(ESP_SDIO_D2_PIN != -1) || (ESP_SDIO_D3_PIN != -1)
|
||||
SD_MMC.setPins(ESP_SDIO_CLK_PIN, ESP_SDIO_CMD_PIN, ESP_SDIO_D0_PIN,
|
||||
ESP_SDIO_D1_PIN, ESP_SDIO_D2_PIN, ESP_SDIO_D3_PIN)
|
||||
ESP_SDIO_D1_PIN, ESP_SDIO_D2_PIN, ESP_SDIO_D3_PIN);
|
||||
#endif //(ESP_SDIO_CLK_PIN != -1)
|
||||
esp3d_log("Begin SDIO");
|
||||
_started = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user