diff --git a/uart b/uart index c903cfa..63fe09d 100755 Binary files a/uart and b/uart differ diff --git a/uart.c b/uart.c index 39eb381..0ee4416 100644 --- a/uart.c +++ b/uart.c @@ -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'; diff --git a/uart_ttl b/uart_ttl new file mode 100755 index 0000000..c903cfa Binary files /dev/null and b/uart_ttl differ