1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

mulle: Increase GPIO_NUMOF to match the enabled GPIOs

This commit is contained in:
Joakim Gebart 2015-05-27 17:27:54 +02:00
parent b288457ed5
commit a6f378a64e

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