provide version with and without ttl decrease

This commit is contained in:
Florian Klemenz 2024-10-21 11:17:24 +02:00
parent 59dc14ea2c
commit fe749e7396
3 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'; // -> decrease TTL
//*TX++ = 'P'; // -> do NOT decrease TTL
//*TX++ = 'R'; // -> decrease TTL
*TX++ = 'P'; // -> do NOT decrease TTL
/*
*TX++ = 'a';
*TX++ = 's';

BIN
uart_ttl Executable file

Binary file not shown.