SharanIoT commented on issue #1096: nimble dependency error
URL: https://github.com/apache/mynewt-core/issues/1096#issuecomment-389790986
 
 
   Hi Michal,
   
   After pulling your changes the PWM API errors in the blemesh_light are gone. 
But encountered the following error:
   
   `Error: In file included from 
repos/apache-mynewt-core/hw/drivers/pwm/pwm_nrf52/src/pwm_nrf52.c:31:0:
   
repos/apache-mynewt-core/hw/mcu/nordic/src/ext/nrfx/drivers/include/nrfx_pwm.h:123:37:
 error: 'NRFX_PWM_DEFAULT_CONFIG_COUNT_MODE' undeclared here (not in a function)
        .count_mode   = (nrf_pwm_mode_t)NRFX_PWM_DEFAULT_CONFIG_COUNT_MODE,    \
                                        ^
   repos/apache-mynewt-core/hw/drivers/pwm/pwm_nrf52/src/pwm_nrf52.c:58:18: 
note: in expansion of macro 'NRFX_PWM_DEFAULT_CONFIG'
        [0].config = NRFX_PWM_DEFAULT_CONFIG,`
   
   Update:
   It builds for the nRF52840pdf but not for nRF52dk

----------------------------------------------------------------
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