Whitespace
This commit is contained in:
parent
6f309c95fa
commit
9dcdad5809
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ void setup()
|
||||||
// (10 on most Arduino boards, 53 on the Mega) must be left as an output
|
// (10 on most Arduino boards, 53 on the Mega) must be left as an output
|
||||||
// or the SD library functions will not work.
|
// or the SD library functions will not work.
|
||||||
pinMode(PIN_SPI_CHIP_SELECT, OUTPUT);
|
pinMode(PIN_SPI_CHIP_SELECT, OUTPUT);
|
||||||
|
|
||||||
if (!SD.begin(PIN_SPI_DATA)) {
|
if (!SD.begin(PIN_SPI_DATA)) {
|
||||||
Serial.println("initialization failed!");
|
Serial.println("initialization failed!");
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in a new issue