Преглед изворни кода

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