*Added ability to change channel Jackdaw (raven USB) operates on over serial menu

This commit is contained in:
c_oflynn 2008-10-26 01:27:55 +00:00
parent f05ccac0a7
commit ebb335335a
2 changed files with 151 additions and 78 deletions

View file

@ -179,6 +179,10 @@ char uart_usb_getchar(void)
data_rx=Usb_read_byte();
rx_counter--;
if (!rx_counter) Usb_ack_receive_out();
//Local echo
uart_usb_putchar(data_rx);
return data_rx;
}