Whitespace

This commit is contained in:
Starbeamrainbowlabs 2019-06-12 13:38:21 +01:00
parent 6f309c95fa
commit 9dcdad5809
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ void setup()
// (10 on most Arduino boards, 53 on the Mega) must be left as an output
// or the SD library functions will not work.
pinMode(PIN_SPI_CHIP_SELECT, OUTPUT);
if (!SD.begin(PIN_SPI_DATA)) {
Serial.println("initialization failed!");
return;