diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2019-05-08 11:11:49 +0300 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2019-05-08 11:11:49 +0300 |
| commit | bb9e43ebfa3d358e280f35669842680d32361dd7 (patch) | |
| tree | 50498f05ab4de9372d4a3c524c8dcd1c9f6db57e /Software/Stubs Collection/stubs/FlashFileSystemInit.cs | |
| parent | ec4baf29ede89bf4290f52578df517dc784cb71c (diff) | |
| download | Tango-bb9e43ebfa3d358e280f35669842680d32361dd7.tar.gz Tango-bb9e43ebfa3d358e280f35669842680d32361dd7.zip | |
tpf and stubs
Diffstat (limited to 'Software/Stubs Collection/stubs/FlashFileSystemInit.cs')
| -rw-r--r-- | Software/Stubs Collection/stubs/FlashFileSystemInit.cs | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/Software/Stubs Collection/stubs/FlashFileSystemInit.cs b/Software/Stubs Collection/stubs/FlashFileSystemInit.cs index a10bc4ed4..3ffe4cc4e 100644 --- a/Software/Stubs Collection/stubs/FlashFileSystemInit.cs +++ b/Software/Stubs Collection/stubs/FlashFileSystemInit.cs @@ -15,8 +15,13 @@ public void OnExecute(StubManager stubManager) ProgressRequest progressRequest = new ProgressRequest(); -progressRequest.Amount = 10; -progressRequest.Delay = 10; +progressRequest.Amount = 0xDF; +progressRequest.Delay = 0xDF; + + var response = stubManager.Run<ProgressResponse>(progressRequest); + + progressRequest.Amount = 0xCF; +progressRequest.Delay = 0xCF; var response = stubManager.Run<ProgressResponse>(progressRequest); |
