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-08 08:52:54 -08:00
2015-12-13 19:56:19 +01:00
2016-03-08 08:52:54 -08:00
2015-12-14 23:42:27 +01:00