Selaa lähdekoodia

Merge pull request #29 from FrankBoesing/patch-1

SD.h: Fix -Woverflow for newer compilers.
main
Paul Stoffregen 4 vuotta sitten
vanhempi
commit
0ddfe521da
No account linked to committer's email address
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      src/SD.h

+ 1
- 1
src/SD.h Näytä tiedosto

@@ -204,7 +204,7 @@ extern SDClass SD;
class Sd2Card
{
public:
bool init(uint8_t speed, uint8_t csPin) {
bool init(uint32_t speed, uint8_t csPin) {
return SD.begin(csPin);
}
uint8_t type() {

Loading…
Peruuta
Tallenna