Skip to content

Commit 7b32445

Browse files
Update libraries/SD_MMC/examples/SDMMC_time/SDMMC_time.ino
Co-authored-by: Lucas Saavedra Vaz <lucassvaz@yahoo.com.br>
1 parent f900a92 commit 7b32445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/SD_MMC/examples/SDMMC_time/SDMMC_time.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ void setup(){
220220
Serial.println("Pin change failed!");
221221
return;
222222
}
223-
}else{
223+
} else {
224224
if(! SD_MMC.setPins(clk, cmd, d0, d1, d2, d3)){ // 4-bit line version
225225
Serial.println("Pin change failed!");
226226
return;

0 commit comments

Comments
 (0)