aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Stubs Collection/stubs/arm test.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Stubs Collection/stubs/arm test.cs')
-rw-r--r--Software/Stubs Collection/stubs/arm test.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/Software/Stubs Collection/stubs/arm test.cs b/Software/Stubs Collection/stubs/arm test.cs
index 3c9b1d2ff..ca1ff1771 100644
--- a/Software/Stubs Collection/stubs/arm test.cs
+++ b/Software/Stubs Collection/stubs/arm test.cs
@@ -15,10 +15,10 @@ public void OnExecute(StubManager stubManager)
int i;
ProgressRequest progressRequest = new ProgressRequest();
- for (i = 1;i<= 10; i++)
+ for (i = 1;i<= 12; i++)
{
progressRequest.Amount = 0xB11;
- progressRequest.Delay = 0;
+ progressRequest.Delay = 7680+0;
var response = stubManager.Run<ProgressResponse>(progressRequest);
Thread.Sleep(12000);
progressRequest.Amount = 0xB12;
@@ -31,7 +31,7 @@ ProgressRequest progressRequest = new ProgressRequest();
for (i = 1;i<= 10; i++)
{
progressRequest.Amount = 0xB11;
- progressRequest.Delay = 1;
+ progressRequest.Delay = 7680+1;
var response = stubManager.Run<ProgressResponse>(progressRequest);
Thread.Sleep(12000);
progressRequest.Amount = 0xB12;