Forráskód Böngészése

fixed missing declartion in raspberrypi_io.h

FlorianPalm 11 éve
szülő
commit
141ddb66f3
1 módosított fájl, 1 hozzáadás és 1 törlés
  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_ */