aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.Emulations
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2019-12-12 01:32:37 +0200
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2019-12-12 01:32:37 +0200
commit217fcb79fa32f858a06d8200697ddee7c5da625a (patch)
treeb90d02265ac3be2a4f74eb6777bfb52ebc36391e /Software/Visual_Studio/Tango.Emulations
parent942aae29de03a5a3e0d139974b3754392ee9c1ff (diff)
downloadTango-217fcb79fa32f858a06d8200697ddee7c5da625a.tar.gz
Tango-217fcb79fa32f858a06d8200697ddee7c5da625a.zip
Added IsAfterReset to ConnectionResponse PMR.
Started working on PPC.Browser Module !!!
Diffstat (limited to 'Software/Visual_Studio/Tango.Emulations')
-rw-r--r--Software/Visual_Studio/Tango.Emulations/Emulators/MachineEmulator.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.Emulations/Emulators/MachineEmulator.cs b/Software/Visual_Studio/Tango.Emulations/Emulators/MachineEmulator.cs
index 83099129c..86e40894e 100644
--- a/Software/Visual_Studio/Tango.Emulations/Emulators/MachineEmulator.cs
+++ b/Software/Visual_Studio/Tango.Emulations/Emulators/MachineEmulator.cs
@@ -611,7 +611,7 @@ namespace Tango.Emulations.Emulators
Transporter.SendResponse<StartDebugLogResponse>(res, request.Container.Token);
}
- Thread.Sleep(10);
+ Thread.Sleep(1000);
counter_message++;