ccollins476ad closed pull request #680: Fix arduino primo LED pin (25 --> 20).
URL: https://github.com/apache/mynewt-core/pull/680
 
 
   

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/arduino_primo_nrf52/include/bsp/bsp.h 
b/hw/bsp/arduino_primo_nrf52/include/bsp/bsp.h
index 4dbdf944e..ed0b51327 100644
--- a/hw/bsp/arduino_primo_nrf52/include/bsp/bsp.h
+++ b/hw/bsp/arduino_primo_nrf52/include/bsp/bsp.h
@@ -38,7 +38,7 @@ extern uint8_t _ram_start;
 #define RAM_SIZE        0x10000
 
 /* LED pins */
-#define LED_BLINK_PIN   (25)
+#define LED_BLINK_PIN   (20)
 
 /* UART info */
 #define ESPDUINO_UART           "uart1"


 

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to