Selaa lähdekoodia

Merge pull request #25 from FrankBoesing/patch-1

Fix read-after-write
main
Paul Stoffregen 8 vuotta sitten
vanhempi
commit
129cf09e02
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      SerialFlashChip.cpp

+ 1
- 1
SerialFlashChip.cpp Näytä tiedosto

@@ -208,7 +208,7 @@ void SerialFlashChip::write(uint32_t addr, const void *buf, uint32_t len)
SPI.transfer(*p++);
} while (--pagelen > 0);
CSRELEASE();
busy = 1;
busy = 4;
SPI.endTransaction();
} while (len > 0);
}

Loading…
Peruuta
Tallenna