Frank пре 3 година
родитељ
комит
e7695fc7fc
No account linked to committer's email address
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      src/SD.h

+ 1
- 1
src/SD.h Прегледај датотеку

@@ -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…
Откажи
Сачувај