]> Git Repo - pov-display-rpi.git/blobdiff - include/tlc59711.h
fixed errors and fromating
[pov-display-rpi.git] / include / tlc59711.h
index 817cef7b41a3a5adecfd921fdbffd96bf69f4c34..14082af252812ed293667232d0aa5eeb0f800dec 100644 (file)
@@ -2,6 +2,6 @@
 #ifndef TLC59711_H
 #define TLC59711_H
 #include "spi.h"
 #ifndef TLC59711_H
 #define TLC59711_H
 #include "spi.h"
-extern void tlc59711_send(const uint16_t data[12]);
+extern int tlc59711_send(const uint16_t data[12]);
 extern int tlc59711_init(const char *device);
 #endif
\ No newline at end of file
 extern int tlc59711_init(const char *device);
 #endif
\ No newline at end of file
This page took 0.021855 seconds and 4 git commands to generate.