Selaa lähdekoodia

fixed missing declartion in raspberrypi_io.h

FlorianPalm 11 vuotta sitten
vanhempi
commit
141ddb66f3
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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_ */