From e47f736bca350350a55fa287093dad560da8f678 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Thu, 6 Dec 2018 15:48:47 +0200 Subject: Working on PPC firmware upgrade !!! --- Software/Visual_Studio/PPC/Tango.PPC.Common/ApplicationStates.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/ApplicationStates.cs') 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 /// SemiSetup = 1, /// - /// Application is ready to run as normal. + /// The application has been updated and should start in firmware upgrade mode. /// - Ready = 2, + FirmwareUpgrade = 2, /// - /// Updater utility should update the application assemblies and start the main application with startup arguments. + /// Application is ready to run as normal. /// - Updating = 3, + Ready = 3, } } -- cgit v1.3.1