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:
Jonathan Hahn 2022-06-03 21:04:33 +02:00 committed by Carles Cufí
commit a34c7d680b

View file

@ -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)
{