utzig commented on a change in pull request #2669:
URL: https://github.com/apache/mynewt-core/pull/2669#discussion_r693341029



##########
File path: hw/bsp/frdm-k82f/include/bsp/bsp.h
##########
@@ -33,7 +33,9 @@ extern uint8_t __DATA_ROM;
 #define LED_RED_PIN         MCU_GPIO_PORTC(8)
 #define LED_GREEN_PIN       MCU_GPIO_PORTC(9)
 #define LED_BLUE_PIN        MCU_GPIO_PORTC(10)
+
 #define LED_BLINK_PIN       LED_RED_PIN
+#define LED_2               LED_GREEN_PIN

Review comment:
       That is not used anywhere afaik, I am not sure why BSPs export it but 
I'll do it here too.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@mynewt.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to