Skip to content

Commit

Permalink
Merge pull request esp8266#2869 from Pitel/patch-1
Browse files Browse the repository at this point in the history
CardInfo typos
  • Loading branch information
ffissore committed Apr 2, 2015
2 parents 9d2034a + f34dc93 commit c79c118
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libraries/SD/examples/CardInfo/CardInfo.ino
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ void setup()
// since we're just testing if the card is working!
if (!card.init(SPI_HALF_SPEED, chipSelect)) {
Serial.println("initialization failed. Things to check:");
Serial.println("* is a card is inserted?");
Serial.println("* Is your wiring correct?");
Serial.println("* is a card inserted?");
Serial.println("* is your wiring correct?");
Serial.println("* did you change the chipSelect pin to match your shield or module?");
return;
} else {
Expand Down

0 comments on commit c79c118

Please sign in to comment.