mirror of
https://github.com/markqvist/OpenModem.git
synced 2025-05-15 04:42:15 -04:00
Reworked KFile write
This commit is contained in:
parent
50f11f6645
commit
319f18330c
3 changed files with 9 additions and 10 deletions
|
@ -60,7 +60,7 @@ int main(void)
|
|||
}
|
||||
|
||||
// Use AX.25 to send test data
|
||||
if (timer_clock() - start > ms_to_ticks(15000L))
|
||||
if (timer_clock() - start > ms_to_ticks(4000L))
|
||||
{
|
||||
kputs("Test TX\n");
|
||||
start = timer_clock();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue