diff options
-rw-r--r-- | drivers/tty/serial/stm32-usart.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/tty/serial/stm32-usart.c b/drivers/tty/serial/stm32-usart.c index 717a97759928..938d2c4aeaed 100644 --- a/drivers/tty/serial/stm32-usart.c +++ b/drivers/tty/serial/stm32-usart.c @@ -3,7 +3,8 @@ * Copyright (C) Maxime Coquelin 2015 * Copyright (C) STMicroelectronics SA 2017 * Authors: Maxime Coquelin <[email protected]> - * Gerald Baeza <[email protected]> + * Gerald Baeza <[email protected]> + * Erwan Le Ray <[email protected]> * * Inspired by st-asc.c from STMicroelectronics (c) */ |