Index: sources/update/VSwUpdate.h =================================================================== diff -u -r20b370a54d2737831b307a0de82aec9e06e2b772 -rf0118ee7e526bb64e9f78059f030929792a5a98a --- sources/update/VSwUpdate.h (.../VSwUpdate.h) (revision 20b370a54d2737831b307a0de82aec9e06e2b772) +++ sources/update/VSwUpdate.h (.../VSwUpdate.h) (revision f0118ee7e526bb64e9f78059f030929792a5a98a) @@ -251,8 +251,8 @@ protected: - // Write an app styled can msg to control bootloader behavior. - void sendAppCommand(uint16 cmd, bool isHD); + // Write an app styled can msg to control both FW nodes. + void sendAppCommand(uint16 cmd); // Log a message. void writeLog(const QString& msg, bool isDebug);