Subversion Repositories Projects

Rev

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

Rev 800 Rev 826
Line 225... Line 225...
225
        usart1_DisableTXD();
225
        usart1_DisableTXD();
226
        static uint8_t wait = 0;
226
        static uint8_t wait = 0;
227
        wait = 0;
227
        wait = 0;
228
        while (rxd_buffer_locked == 0 && wait < 150) {
228
        while (rxd_buffer_locked == 0 && wait < 150) {
229
            wait++;
229
            wait++;
230
            _delay_ms(10);
230
            _delay_ms(50);
231
        }
231
        }
232
    }
232
    }
233
    Decode64();
233
    Decode64();
234
}
234
}