modifies code to not reduce TTL

This commit is contained in:
Florian Klemenz 2021-12-05 11:07:01 +01:00
parent d8dcb5068f
commit 027a7cbfe4
2 changed files with 2 additions and 1 deletions

BIN
uart

Binary file not shown.

3
uart.c
View File

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