Index: sources/update/UpdateProtocol.h =================================================================== diff -u -rfa28a65a573aad9b5108602e9c77f822a101050c -rc44c380d779b62aafe1f6eba414f3f8f4dc6d592 --- sources/update/UpdateProtocol.h (.../UpdateProtocol.h) (revision fa28a65a573aad9b5108602e9c77f822a101050c) +++ sources/update/UpdateProtocol.h (.../UpdateProtocol.h) (revision c44c380d779b62aafe1f6eba414f3f8f4dc6d592) @@ -109,13 +109,13 @@ so that the FW will dump it's indexes and be ready for new data. */ typedef enum SwUpdateCmdEnum { - Start = 0, - Abort, - RunApp, - Verify, - Version, - Verified, - Resync + Start = 0, ///< Start the update process. + Abort, ///< Abort the update process. + RunApp, ///< Ask FW to run it's app if it's valid/exists. + Verify, ///< Ask for the verify token. + Version, ///< Ask for the verified token. + Verified, ///< Tell FW that UI things the app is valid, FW might agree. + Resync ///< Data transfer resync. } SwUpdateCmdEnum; /*!