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:
commit
5ba2976bb2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user