Frank 4 년 전
부모
커밋
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…
취소
저장