From 2d4f56d374b1bafc426c230a572fb9b12eafef76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 8 Oct 2015 21:12:53 +0200 Subject: Add small readme for uasrtecho example and small tweaks --- examples/usartecho/echo.c | 1 - 1 file changed, 1 deletion(-) (limited to 'examples/usartecho/echo.c') diff --git a/examples/usartecho/echo.c b/examples/usartecho/echo.c index 4d978f7..4ba9364 100644 --- a/examples/usartecho/echo.c +++ b/examples/usartecho/echo.c @@ -9,7 +9,6 @@ void rec(uint8_t data) { } int main() { - DDRB |= _BV(DDB1) | _BV(DDB2); usart_init_uart(); SREG |= _BV(7); usart_send('a'); -- cgit v1.2.3