Remove debugging artifacts from echo.c
This commit is contained in:
parent
929842a51a
commit
18768ccd63
1 changed files with 0 additions and 4 deletions
4
echo.c
4
echo.c
|
@ -1,10 +1,6 @@
|
|||
#include <util/delay.h>
|
||||
#include "drivers/uart_tx.h"
|
||||
#include "drivers/uart_rx_async.h"
|
||||
#include "drivers/led.h"
|
||||
|
||||
#include <avr/interrupt.h>
|
||||
#include <avr/io.h>
|
||||
|
||||
void uart_process(uint8_t c) {
|
||||
uart_putc(c);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue