1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #3094 from gebart/pr/mulle-gpio

mulle: Increase GPIO_NUMOF to match the enabled GPIOs
This commit is contained in:
Joakim Gebart 2015-05-27 22:51:45 +02:00
commit 5ba2976bb2

View File

@ -468,7 +468,7 @@ extern "C"
* @name GPIO configuration
* @{
*/
#define GPIO_NUMOF 26
#define GPIO_NUMOF 27
#define GPIO_0_EN 1
#define GPIO_1_EN 1
#define GPIO_2_EN 1