This commit is contained in:
King Kévin 2016-08-18 11:31:39 +02:00
parent 05dac677ab
commit e1f0f8e159
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ extern const uint8_t NVIC_EXTI_IRQ[];
#define LED_PIN 13 /**< GPIO pin (pin PC13 on system board) */
#elif defined (MAPLE_MINI)
/* on maple mini LED is on pin 19/PB1 */
#define LED_PORT 2 /**< GPIO port (port B on maple mini) */
#define LED_PORT 1 /**< GPIO port (port B on maple mini) */
#define LED_PIN 1 /**< GPIO pin (pin PB1 on maple mini) */
#endif
/** @} */