소스 검색

fixed missing declartion in raspberrypi_io.h

FlorianPalm 11 년 전
부모
커밋
141ddb66f3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      examples/src/raspberrypi_io.h

+ 1 - 1
examples/src/raspberrypi_io.h

@@ -16,6 +16,6 @@
 
 #include "string.h"
 int readTemp(float *temp);
-int writeLEDred(int state);
+int writeLEDred(_Bool state);
 
 #endif /* RASPBERRYPI_IO_H_ */