Fixed small documentation error.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10040 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
Giovanni Di Sirio 2017-01-12 17:17:55 +00:00
parent ad23374705
commit fa7d7c5e1e
1 changed files with 1 additions and 1 deletions

View File

@ -458,7 +458,7 @@ OSAL_IRQ_HANDLER(STM32_USART2_HANDLER) {
STM32_SERIAL_USE_UART5 || STM32_SERIAL_USE_USART6 || \
STM32_SERIAL_USE_UART7 || STM32_SERIAL_USE_UART8 || defined(__DOXYGEN__)
/**
* @brief USART2 interrupt handler.
* @brief USART3..8 interrupt handler.
*
* @isr
*/