Subversion Repositories NaviCtrl

Rev

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

Rev 493 Rev 530
Line 240... Line 240...
240
                // polling of version info
240
                // polling of version info
241
                repeat = 0;
241
                repeat = 0;
242
                do
242
                do
243
                {
243
                {
244
                        MK3MAG_SendCommand(MK3MAG_CMD_VERSION);
244
                        MK3MAG_SendCommand(MK3MAG_CMD_VERSION);
245
                        if((Version_HW & 0x7F) > 11) timeout = SetDelay(100);
245
                        if(UART_VersionInfo.HWMajor > 11) timeout = SetDelay(100);
246
                        else timeout = SetDelay(250);
246
                        else timeout = SetDelay(250);
Line 247... Line 247...
247
 
247
 
248
                        do
248
                        do
249
                        {
249
                        {