Karl Palsson cf7d0a08ca stm32: rcc_wait_for_sysclk_status should actually wait
Original implementation only checked whether the user had _selected_ the
clock, not whether it had actually switched to the clock or not.  For
almost all cases, this made this function either a no-op, if you _had_
selected the clock, or a blocking loop if you hadn't selected it ahead
of time.

Fixes github issue #687
2016-08-15 16:09:58 +00:00
..
2016-03-30 16:59:57 +00:00
2015-10-14 22:15:15 +00:00
2015-10-06 00:53:51 +00:00
2015-10-14 22:15:15 +00:00
2015-11-13 02:13:31 +00:00
2015-02-20 19:40:23 -08:00
2015-11-13 01:15:17 +00:00
2015-11-13 01:15:17 +00:00
2015-10-06 00:53:51 +00:00
2016-03-30 16:59:57 +00:00