kasjer opened a new pull request, #3227:
URL: https://github.com/apache/mynewt-core/pull/3227

   STM32H7 HAL has __HAL_RCC_RTC_CLK_ENABLE macro for turning on RTC clock.
   Some other MCUs also have this and for historical reasons have 
__HAL_RCC_RTCAPB_CLK_ENABLE that is an alias. Other only have 
__HAL_RCC_RTCAPB_CLK_ENABLE.
   
   This uses __HAL_RCC_RTC_CLK_ENABLE() if defined to enable RTC clock in RCC.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to