added empty func for serial0_enable_timeouts()
This commit is contained in:
parent
d3ea6f445e
commit
2150baa106
13
avr_usart.c
13
avr_usart.c
|
@ -116,16 +116,11 @@ unsigned char rx_usart0(void) {
|
|||
/*
|
||||
* Inupt: None
|
||||
* Output: None
|
||||
* Description:
|
||||
* Description: Nothing right now.
|
||||
*/
|
||||
|
||||
|
||||
/*
|
||||
* Inupt: None
|
||||
* Output: None
|
||||
* Description:
|
||||
*/
|
||||
|
||||
void serial0_enable_timeouts(uint8_t ms) {
|
||||
;
|
||||
}
|
||||
|
||||
/*
|
||||
* Inupt: None
|
||||
|
|
Loading…
Reference in New Issue