Reworked KFile write

This commit is contained in:
Mark Qvist 2014-04-04 08:48:34 +02:00
parent 50f11f6645
commit 319f18330c
3 changed files with 9 additions and 10 deletions

View file

@ -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();