Slawek-skrawek opened a new pull request, #3457:
URL: https://github.com/apache/mynewt-core/pull/3457

   LED_BLINK_PIN was defined as MYNEWT_VAL for this board but now syscfg val 
LED_BLINK_PIN has default value LED_BLINK_PIN This causes build error:
   Error: In file included from apps/blinky/src/main.c:25: 
apps/blinky/src/main.c: In function 'mynewt_main': 
repos/apache-mynewt-core/hw/bsp/apollo3_evb/include/bsp/bsp.h:51:25: error: 
implicit declaration of function 'MYNEWT_VAL' [-Wimplicit-function-declaration]
      51 | #define LED_BLINK_PIN   MYNEWT_VAL(LED_0_PIN)
         |                         ^~~~~~~~~~
   
   To fix this expression MYNEWT_VAL(LED_0_PIN)
   is changed to MYNEWT_VAL_LED_0_PIN


-- 
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: notifications-unsubscr...@mynewt.apache.org

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

Reply via email to