From 18768ccd633bb00464fc5ace959e9a4e21dafe2b Mon Sep 17 00:00:00 2001 From: Ain <41307858+nero@users.noreply.github.com> Date: Mon, 29 Jan 2018 23:00:01 +0000 Subject: [PATCH] Remove debugging artifacts from echo.c --- echo.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/echo.c b/echo.c index cd677d4..b298f2f 100644 --- a/echo.c +++ b/echo.c @@ -1,10 +1,6 @@ #include #include "drivers/uart_tx.h" #include "drivers/uart_rx_async.h" -#include "drivers/led.h" - -#include -#include void uart_process(uint8_t c) { uart_putc(c);