recompiled with decrease of TTL

This commit is contained in:
Florian Klemenz 2024-10-21 11:14:54 +02:00
parent ee0d7e62c7
commit 59dc14ea2c
2 changed files with 2 additions and 2 deletions

BIN
uart

Binary file not shown.

4
uart.c
View File

@ -29,8 +29,8 @@ unsigned char BUF_TX[20];
unsigned char *TX;
TX = &BUF_TX[0];
//*TX++ = 'R';
*TX++ = 'P';
*TX++ = 'R'; // -> decrease TTL
//*TX++ = 'P'; // -> do NOT decrease TTL
/*
*TX++ = 'a';
*TX++ = 's';