remove echo from serial ice

Change-Id: I8fb95fe7b85b31e9914446ee810698dbec78dc1a
This commit is contained in:
Alexander Couzens 2017-10-28 13:52:14 +02:00
parent 97a9680238
commit 45bec1ce0b
1 changed files with 0 additions and 3 deletions

View File

@ -41,9 +41,6 @@ static u8 sio_getc(void)
val = debug_rx_byte();
if (val) {
#if ECHO_MODE
sio_putc(val);
#endif
return val;
}