]> Git Repo - pov-display-rpi.git/commitdiff
fixed typo
authorjesse <[email protected]>
Mon, 21 Dec 2020 02:22:03 +0000 (21:22 -0500)
committerjesse <[email protected]>
Mon, 21 Dec 2020 02:22:03 +0000 (21:22 -0500)
src/main.cpp

index 13ee5685ea3a28f3ec0a2a94a2618c74254da41a..ba3ac78ae4a1f96a8b2cee315f35c3fc9172bba8 100644 (file)
@@ -24,7 +24,7 @@ return time.tv_usec;
 
 void lines(uint16_t data[chips][12]);
 
-void getDelay(uint64_t &delay, struct timeval &last);
+void getDelay(uint64_t &delay, uint64_t &last);
 
 int main(int argc, char *argv[])
 {
This page took 0.028771 seconds and 4 git commands to generate.