소스 검색

#194

pull/196/head
mstroh76 8 달 전
부모
커밋
e058081427
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      wiringPi/wiringPi.c

+ 1
- 1
wiringPi/wiringPi.c 파일 보기

@@ -929,7 +929,7 @@ const char* GetPiRevision(char* line, int linelength, unsigned int* revision) {
return NULL; // read error
}
Revision = bswap_32(Revision);
snprintf(line, linelength, "Revision\t: %x", Revision);
snprintf(line, linelength, "Revision\t: %04x", Revision);
c = &line[11];
*revision = Revision;
if (wiringPiDebug)


불러오는 중...
취소
저장