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

Merge pull request #3209 from PeterKietzmann/f303_rem_gpio_numof

boards/nucleo-f303: remove superfluous GPIO_NUMOF
This commit is contained in:
Hauke Petersen 2015-06-16 15:04:53 +02:00
commit a1a68f9947

View File

@ -234,7 +234,6 @@ extern "C" {
* @brief GPIO configuration
* @{
*/
#define GPIO_NUMOF 3
#define GPIO_0_EN 1
#define GPIO_1_EN 1
#define GPIO_2_EN 1