Skip to content

Conversation

dbestm
Copy link
Contributor

@dbestm dbestm commented Feb 17, 2016

make the RTC works properly with LSE (increase time out startup time + use HW flag) and add the possibility to use the LSI (internal clock)

make the RTC works properly with LSE and add the possibility to use the
LSI (internal clock)
#if DEVICE_RTC_LSI
return rtc_inited;
#else
if ((RTC->ISR & RTC_ISR_INITS) == RTC_ISR_INITS) return 1;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please fix the formatting here

if () {
  //code
} else {
  //code
}

@0xc0170
Copy link
Contributor

0xc0170 commented Feb 20, 2016

Some changes here are same as in #1548 ? Please fix there the formatting, lets merge first earlier pull request, and rebase this one after the merge

@dbestm dbestm mentioned this pull request Feb 22, 2016
@0xc0170 0xc0170 merged commit 37afc01 into ARMmbed:master Feb 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants