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:
parent
ce11c5f301
commit
fe00bff120
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue