drivers: serial: removes unused TIMEOUT constant
The TIMEOUT constant is unused since
da210ba0ba
,
so removed it.
Signed-off-by: Jonathan Hahn <Jonathan.Hahn@t-online.de>
This commit is contained in:
parent
7ffc95c430
commit
a34c7d680b
1 changed files with 0 additions and 2 deletions
|
@ -77,8 +77,6 @@ uint32_t lpuartdiv_calc(const uint64_t clock_rate, const uint32_t baud_rate)
|
|||
#endif /* USART_PRESC_PRESCALER */
|
||||
#endif /* HAS_LPUART_1 */
|
||||
|
||||
#define TIMEOUT 1000
|
||||
|
||||
#ifdef CONFIG_PM
|
||||
static void uart_stm32_pm_policy_state_lock_get(const struct device *dev)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue