drivers/serial/uart_xlnx_ps.c: uart_xlnx_ps_driver_api is defined twice
The var "uart_xlnx_ps_driver_api" is defined twice in the source, so remove one definition of it. Signed-off-by: Florian La Roche <Florian.LaRoche@gmail.com>
This commit is contained in:
parent
2530b85932
commit
9f0f9b8875
1 changed files with 0 additions and 2 deletions
|
@ -163,8 +163,6 @@ struct uart_xlnx_ps_dev_data_t {
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
static const struct uart_driver_api uart_xlnx_ps_driver_api;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Disables the UART's RX and TX function.
|
* @brief Disables the UART's RX and TX function.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue