Formatting tweaks

This commit is contained in:
Scott Lahteine
2015-05-13 02:02:19 -07:00
parent 56090fc374
commit f65833931d
5 changed files with 58 additions and 66 deletions

View File

@ -20,6 +20,7 @@ CardReader::CardReader() {
autostart_stilltocheck = true; //the SD start is delayed, because otherwise the serial cannot answer fast enough to make contact with the host software.
autostart_index = 0;
//power to SD reader
#if SDPOWER > -1
OUT_WRITE(SDPOWER, HIGH);