parent
19f7a12027
commit
d28719929c
|
|
@ -978,7 +978,7 @@ int tester(SimDevice* devices, int numdevices)
|
||||||
}
|
}
|
||||||
sleep(1);
|
sleep(1);
|
||||||
|
|
||||||
fprintf(stdout, "Setting rpms to 8000\n");
|
fprintf(stdout, "Setting rpms to 9000\n");
|
||||||
simdata->rpms = 9000;
|
simdata->rpms = 9000;
|
||||||
for (int x = 0; x < numdevices; x++)
|
for (int x = 0; x < numdevices; x++)
|
||||||
{
|
{
|
||||||
|
|
@ -989,7 +989,7 @@ int tester(SimDevice* devices, int numdevices)
|
||||||
}
|
}
|
||||||
sleep(1);
|
sleep(1);
|
||||||
|
|
||||||
fprintf(stdout, "Setting rpms to 8000\n");
|
fprintf(stdout, "Setting rpms to 10000\n");
|
||||||
simdata->rpms = 10000;
|
simdata->rpms = 10000;
|
||||||
for (int x = 0; x < numdevices; x++)
|
for (int x = 0; x < numdevices; x++)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue