git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_2.4.x@3887 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2012-01-28 09:43:13 +00:00
parent ce11c5f301
commit fe00bff120
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@
/** /**
* @brief Mask of the available channels. * @brief Mask of the available channels.
*/ */
#define EXT_CHANNELS_MASK (EXT_MAX_CHANNELS - 1) #define EXT_CHANNELS_MASK ((1 << EXT_MAX_CHANNELS) - 1)
/** /**
* @name EXTI configuration helpers * @name EXTI configuration helpers