From b5573576d9b81cf6c7e450744e1eb263ef4f199d Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 3 Feb 2013 09:31:56 +0000 Subject: [PATCH] Fixed typo. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_2.4.x@5103 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/platforms/STM32/can_lld.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/hal/platforms/STM32/can_lld.h b/os/hal/platforms/STM32/can_lld.h index 7f9ef196b..da44269b2 100644 --- a/os/hal/platforms/STM32/can_lld.h +++ b/os/hal/platforms/STM32/can_lld.h @@ -83,7 +83,7 @@ */ /** * @brief CAN1 driver enable switch. - * @details If set to @p TRUE the support for ADC1 is included. + * @details If set to @p TRUE the support for CAN1 is included. * @note The default is @p TRUE. */ #if !defined(STM32_CAN_USE_CAN1) || defined(__DOXYGEN__)