Just4Trionic - CAN and BDM FLASH programmer for Saab cars

Dependencies:   mbed

Revision:
6:2fbcbebed28c
Parent:
5:1775b4b13232
--- a/t8utils.cpp	Sat Apr 25 17:07:08 2015 +0000
+++ b/t8utils.cpp	Sat Apr 23 18:31:40 2016 +0000
@@ -361,12 +361,12 @@
     }
     printf("Security Access Granted\r\n");
 //
+// All steps needed to transfer and start a bootloader ('Utility File' in GMLAN parlance)
 //    const uint8_t BootLoader[] = T8BootloaderProg;
 //    if(!GMLANprogrammingUtilityFileProcess(T8REQID, T8RESPID, BootLoader))
     if(!GMLANprogrammingUtilityFileProcess(T8REQID, T8RESPID, T8BootLoaderWrite))
         return FALSE;
 //
-// All steps needed to transfer and start a bootloader ('Utility File' in GMLAN parlance)
     uint32_t StartAddress = 0x020000;
     uint32_t txpnt = 0;
     char iFrameNumber = 0x21;