[sam] Eliminate warnings
the usart_enable/usart_disable() methods are for api compatibility with other parts of libopencm3.
This commit is contained in:
parent
638eeebeec
commit
0dce37a4d2
@ -58,10 +58,12 @@ void usart_set_flow_control(uint32_t usart, enum usart_flowcontrol fc)
|
|||||||
|
|
||||||
void usart_enable(uint32_t usart)
|
void usart_enable(uint32_t usart)
|
||||||
{
|
{
|
||||||
|
(void)usart;
|
||||||
}
|
}
|
||||||
|
|
||||||
void usart_disable(uint32_t usart)
|
void usart_disable(uint32_t usart)
|
||||||
{
|
{
|
||||||
|
(void)usart;
|
||||||
}
|
}
|
||||||
|
|
||||||
void usart_send(uint32_t usart, uint16_t data)
|
void usart_send(uint32_t usart, uint16_t data)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user