Added #define LED_BUILTIN to Maple mini and generic_STM32F103C

This commit is contained in:
Roger Clark 2016-12-02 21:24:13 +11:00
parent ed82be4c6e
commit 2e54594f46
2 changed files with 4 additions and 0 deletions

View File

@ -17,4 +17,6 @@ static const uint8_t MOSI = BOARD_SPI1_MOSI_PIN;
static const uint8_t MISO = BOARD_SPI1_MISO_PIN;
static const uint8_t SCK = BOARD_SPI1_SCK_PIN;
#define LED_BUILTIN PC13
#endif /* _VARIANT_ARDUINO_STM32_ */

View File

@ -17,4 +17,6 @@ static const uint8_t MOSI = BOARD_SPI1_MOSI_PIN;
static const uint8_t MISO = BOARD_SPI1_MISO_PIN;
static const uint8_t SCK = BOARD_SPI1_SCK_PIN;
#define LED_BUILTIN PB1
#endif /* _VARIANT_ARDUINO_STM32_ */