소스 검색

Fix issue with speed example - does not compile on master branch

pull/277/head
Jakub Wlodek 2 달 전
부모
커밋
8fc6b40656
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      examples/speed.c

+ 1
- 1
examples/speed.c 파일 보기

@@ -93,7 +93,7 @@ int main (void)
// character device ABI

printf ("\ncharacter device ABI method: (%8d iterations)\n", SLOW_COUNT) ;
wiringPiSetupGpioDevice () ;
wiringPiSetupGpioDevice (WPI_PIN_BCM) ;
pinMode (17, OUTPUT) ;
speedTest (17, SLOW_COUNT) ;



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