1
0
Fork 0

at91: redefine legacy GPIO PIN_BASE

In order to get the very same value for legacy pin definitions and new gpio
definitions set the legacy PIN_BASE to 0.

Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
utp
Andreas Bießmann 2013-11-29 12:13:44 +01:00
parent 9ecc922e75
commit 934e3b5240
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
#ifdef CONFIG_ATMEL_LEGACY
#define PIN_BASE 32
#define PIN_BASE 0
#define MAX_GPIO_BANKS 5