diff --git a/Host/BootCommander.exe b/Host/BootCommander.exe index da392c8c..5b60155f 100644 Binary files a/Host/BootCommander.exe and b/Host/BootCommander.exe differ diff --git a/Host/Source/BootCommander/main.c b/Host/Source/BootCommander/main.c index 474399a7..41520928 100644 --- a/Host/Source/BootCommander/main.c +++ b/Host/Source/BootCommander/main.c @@ -567,7 +567,7 @@ static void DisplaySessionInfo(uint32_t sessionType, void const * sessionSetting printf(" -> Timeout T3: %hu ms\n", xcpSettings->timeoutT3); printf(" -> Timeout T4: %hu ms\n", xcpSettings->timeoutT4); printf(" -> Timeout T5: %hu ms\n", xcpSettings->timeoutT5); - printf(" -> Timeout T6: %hu ms\n", xcpSettings->timeoutT7); + printf(" -> Timeout T7: %hu ms\n", xcpSettings->timeoutT7); printf(" -> Seed/Key file: "); if (xcpSettings->seedKeyFile != NULL) { diff --git a/Host/Source/LibOpenBLT/xcploader.c b/Host/Source/LibOpenBLT/xcploader.c index d53cdd94..a35ed98e 100644 --- a/Host/Source/LibOpenBLT/xcploader.c +++ b/Host/Source/LibOpenBLT/xcploader.c @@ -229,8 +229,6 @@ static void XcpLoaderTerminate(void) /* Only continue with a valid transport layer. */ if (xcpSettings.transport != NULL) /*lint !e774 */ { - /* Stop the session. */ - XcpLoaderStop(); /* Terminate the transport layer. */ xcpSettings.transport->Terminate(); /* Unlink the transport layer. */ diff --git a/Host/libopenblt.dll b/Host/libopenblt.dll index 1587798e..0de14e63 100644 Binary files a/Host/libopenblt.dll and b/Host/libopenblt.dll differ