Fixed typo.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_2.4.x@5103 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
6d0c7367ed
commit
b5573576d9
|
@ -83,7 +83,7 @@
|
||||||
*/
|
*/
|
||||||
/**
|
/**
|
||||||
* @brief CAN1 driver enable switch.
|
* @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.
|
* @note The default is @p TRUE.
|
||||||
*/
|
*/
|
||||||
#if !defined(STM32_CAN_USE_CAN1) || defined(__DOXYGEN__)
|
#if !defined(STM32_CAN_USE_CAN1) || defined(__DOXYGEN__)
|
||||||
|
|
Loading…
Reference in New Issue