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
|
* Inupt: None
|
||||||
* Output: None
|
* Output: None
|
||||||
* Description:
|
* Description: Nothing right now.
|
||||||
*/
|
*/
|
||||||
|
void serial0_enable_timeouts(uint8_t ms) {
|
||||||
|
;
|
||||||
/*
|
}
|
||||||
* Inupt: None
|
|
||||||
* Output: None
|
|
||||||
* Description:
|
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Inupt: None
|
* Inupt: None
|
||||||
|
|
Loading…
Reference in New Issue