We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a707e81 commit ae66f99Copy full SHA for ae66f99
examples/U3/u3.h
@@ -121,7 +121,7 @@ HANDLE openUSBConnection( int localID);
121
void closeUSBConnection( HANDLE hDevice);
122
//Closes a HANDLE to a U3 device.
123
124
-long getTickCount();
+long getTickCount( void);
125
//Returns the number of milliseconds that has elasped since the system was
126
//started.
127
examples/UE9/ue9.h
@@ -123,7 +123,7 @@ HANDLE openUSBConnection( int localID);
//Closes a HANDLE to a UE9 device.
128
129
0 commit comments