This website works better with JavaScript.
홈
탐색
도움말
로그인
visus
/
teensy-serial-flash
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
Activity
소스 검색
Opps, remove leftover print
main
PaulStoffregen
10 년 전
부모
d0c2bb1caa
커밋
96cfbc040d
1개의 변경된 파일
과
0개의 추가작업
그리고
1개의 파일을 삭제
분할 보기
변경상태 보기
+0
-1
SerialFlashDirectory.cpp
+ 0
- 1
SerialFlashDirectory.cpp
파일 보기
@@ -94,7 +94,6 @@ static uint16_t filename_hash(const char *filename)
hash *= 16777619;
}
hash %= (uint32_t)0xFFFF;
Serial.printf(" hash = %04X for string %s\n", hash, filename);
return hash;
}
Write
Preview
Loading…
취소
저장