SD.h: Fix -Woverflow for newer compilers.main
class Sd2Card | class Sd2Card | ||||
{ | { | ||||
public: | public: | ||||
bool init(uint8_t speed, uint8_t csPin) { | |||||
bool init(uint32_t speed, uint8_t csPin) { | |||||
return SD.begin(csPin); | return SD.begin(csPin); | ||||
} | } | ||||
uint8_t type() { | uint8_t type() { |