Rev 826 | Rev 837 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 826 | Rev 835 | ||
---|---|---|---|
Line 463... | Line 463... | ||
463 | //usart1_request_mk_data(0, 'd', 0); |
463 | //usart1_request_mk_data(0, 'd', 0); |
464 | #endif |
464 | #endif |
465 | // reset last time counter |
465 | // reset last time counter |
466 | seconds_since_last_data = 0; |
466 | seconds_since_last_data = 0; |
467 | usart1_DisableTXD(); |
467 | usart1_DisableTXD(); |
- | 468 | ||
- | 469 | // do not spam too much |
|
- | 470 | if (!(COSD_FLAGS_RUNTIME & COSD_DATARECEIVED)) { |
|
- | 471 | _delay_ms(300); |
|
- | 472 | } |
|
468 | } |
473 | } |
469 | } |
474 | } |
Line 470... | Line 475... | ||
470 | 475 | ||
471 | #else // character flashing... |
476 | #else // character flashing... |