浏览代码

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_ */