consoleApp: fixed redefined i

This commit is contained in:
matlabbe
2017-01-07 15:04:36 -05:00
parent 32c051320c
commit bf01a1d138

View File

@@ -344,7 +344,7 @@ int main(int argc, char * argv[])
{
++countLoopDetected;
}
for(int i=0; i<=skip; ++i)
for(int j=0; j<=skip; ++j)
{
data = camera->takeImage();
}