
         if (reg_to_set == REG_REFLASH){                            //ok we are going to prepare for ISP code to come down the serial
            EA = 0;
                                                                    //port - hold on here goes
            no_touch925();                                          //call the ISP entry routine

            while(1);                                               //hang here until the watchdog reboots us
                                                                    //then were in ISP mode
         }                     

