aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Stubs Collection
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2019-04-29 13:54:19 +0300
committerShlomo Hecht <shlomo@twine-s.com>2019-04-29 13:54:19 +0300
commitccbe23b1bb2a63b649d7bd1a3252303e16d2d912 (patch)
tree1a0e14f846309e74b8644cd7a5ba5c7eaef7d457 /Software/Stubs Collection
parent8e2bd137671dfb6532648ec259c66091379d1240 (diff)
downloadTango-ccbe23b1bb2a63b649d7bd1a3252303e16d2d912.tar.gz
Tango-ccbe23b1bb2a63b649d7bd1a3252303e16d2d912.zip
smal changes
Diffstat (limited to 'Software/Stubs Collection')
-rw-r--r--Software/Stubs Collection/stubs/Poweroff_progress.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Software/Stubs Collection/stubs/Poweroff_progress.cs b/Software/Stubs Collection/stubs/Poweroff_progress.cs
index a10bc4ed4..24f933ea6 100644
--- a/Software/Stubs Collection/stubs/Poweroff_progress.cs
+++ b/Software/Stubs Collection/stubs/Poweroff_progress.cs
@@ -15,8 +15,8 @@ public void OnExecute(StubManager stubManager)
ProgressRequest progressRequest = new ProgressRequest();
-progressRequest.Amount = 10;
-progressRequest.Delay = 10;
+progressRequest.Amount = 0xCF;
+progressRequest.Delay = 0xCF;
var response = stubManager.Run<ProgressResponse>(progressRequest);