aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2025-01-27 08:54:39 +0200
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2025-01-27 08:54:39 +0200
commite204e6ac5d04114778b5b836a3e3707e819ad349 (patch)
tree0eb03bfd253cf6f26c72b2f4ccb08b9e03369b5a /Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup
parent558c9c58a8be65c2a8430a21de857b335efee491 (diff)
downloadTango-e204e6ac5d04114778b5b836a3e3707e819ad349.tar.gz
Tango-e204e6ac5d04114778b5b836a3e3707e819ad349.zip
X1 Closure.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup')
-rw-r--r--Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupManager.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupManager.cs
index 0d64da83e..77ad07ea7 100644
--- a/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupManager.cs
+++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupManager.cs
@@ -258,7 +258,7 @@ namespace Tango.PPC.Common.MachineSetup
LogManager.Log($"Sending setup request...\n{request.ToJsonString()}");
setup_response = await _client.MachineSetup(request);
- if (_buildProvider.IsEureka)
+ if (_buildProvider.MachineType.IsXMachine())
{
setup_response.SetupActivation = false;
setup_response.SetupUWF = false;