You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2018/03/26 11:40:12 UTC

[GitHub] michal-narajowski closed pull request #952: hw/bsp: Define LED_1 for ada_feather_nrf52

michal-narajowski closed pull request #952: hw/bsp: Define LED_1 for ada_feather_nrf52
URL: https://github.com/apache/mynewt-core/pull/952
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/hw/bsp/ada_feather_nrf52/include/bsp/bsp.h b/hw/bsp/ada_feather_nrf52/include/bsp/bsp.h
index 1aeb9c48f..b05a2480c 100644
--- a/hw/bsp/ada_feather_nrf52/include/bsp/bsp.h
+++ b/hw/bsp/ada_feather_nrf52/include/bsp/bsp.h
@@ -40,8 +40,9 @@ extern uint8_t _ram_start;
 #define RAM_SIZE        0x10000
 
 /* LED pins */
-#define LED_BLINK_PIN   (17)
+#define LED_1           (17)
 #define LED_2           (19)
+#define LED_BLINK_PIN   (LED_1)
 
 #ifdef __cplusplus
 }


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services