aboutsummaryrefslogtreecommitdiff
path: root/examples/usartecho/echo.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/usartecho/echo.c')
-rw-r--r--examples/usartecho/echo.c1
1 files changed, 0 insertions, 1 deletions
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');