aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.Common/ApplicationStates.cs
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-12-06 15:48:47 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-12-06 15:48:47 +0200
commite47f736bca350350a55fa287093dad560da8f678 (patch)
treee74e726fd90cb6e791ecb5872010cb6eb61a13c8 /Software/Visual_Studio/PPC/Tango.PPC.Common/ApplicationStates.cs
parent1eb3962e5923cbb398c5ebad505e69f4617f963f (diff)
downloadTango-e47f736bca350350a55fa287093dad560da8f678.tar.gz
Tango-e47f736bca350350a55fa287093dad560da8f678.zip
Working on PPC firmware upgrade !!!
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/ApplicationStates.cs')
-rw-r--r--Software/Visual_Studio/PPC/Tango.PPC.Common/ApplicationStates.cs8
1 files changed, 4 insertions, 4 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/ApplicationStates.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/ApplicationStates.cs
index 7be896b0d..362b3941b 100644
--- a/Software/Visual_Studio/PPC/Tango.PPC.Common/ApplicationStates.cs
+++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/ApplicationStates.cs
@@ -21,12 +21,12 @@ namespace Tango.PPC.Common
/// </summary>
SemiSetup = 1,
/// <summary>
- /// Application is ready to run as normal.
+ /// The application has been updated and should start in firmware upgrade mode.
/// </summary>
- Ready = 2,
+ FirmwareUpgrade = 2,
/// <summary>
- /// Updater utility should update the application assemblies and start the main application with startup arguments.
+ /// Application is ready to run as normal.
/// </summary>
- Updating = 3,
+ Ready = 3,
}
}