Subversion Repositories NaviCtrl

Rev

Rev 483 | Rev 489 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 483 Rev 486
Line 233... Line 233...
233
        // polling of version info
233
        // polling of version info
234
        repeat = 0;
234
        repeat = 0;
235
        do
235
        do
236
        {
236
        {
237
                MK3MAG_SendCommand(MK3MAG_CMD_VERSION);
237
                MK3MAG_SendCommand(MK3MAG_CMD_VERSION);
238
                if(Version_HW > 11) timeout = SetDelay(100);
238
                if((Version_HW & 0x7f)> 11) timeout = SetDelay(100);
239
                else timeout = SetDelay(250);
239
                else timeout = SetDelay(250);
Line 240... Line 240...
240
 
240
 
241
                do
241
                do
242
                {
242
                {