Fixed Bug Errata Mask

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10908 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
edolomb 2017-10-30 09:11:51 +00:00
parent 2c33663099
commit 8f6afd211b
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
* @name SAMA-specific I/O mode flags
* @{
*/
#define PAL_SAMA_FUNC_MASK (3U << 0U)
#define PAL_SAMA_FUNC_MASK (7U << 0U)
#define PAL_SAMA_FUNC_GPIO (0U << 0U)
#define PAL_SAMA_FUNC_PERIPH_A (1U << 0U)
#define PAL_SAMA_FUNC_PERIPH_B (2U << 0U)